/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
convert_argb.cc | 31 int width, int height) { 33 width <= 0 || height == 0) { 44 width * 4, height); 54 int width, int height) { 60 int width) = I444ToARGBRow_C; 63 width <= 0 || height == 0) { 73 if (src_stride_y == width && 74 src_stride_u == width && 75 src_stride_v == width && 76 dst_stride_argb == width * 4) [all...] |
planar_functions.cc | 30 int width, int height) { 32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; 34 if (src_stride_y == width && 35 dst_stride_y == width) { 36 width *= height; 45 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) { 50 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) && 62 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 32)) { 74 CopyRow(src_y, dst_y, width); 83 int width, int height) [all...] |
convert_from.cc | 62 // 420 chroma is 1/2 width, 1/2 height 63 // 422 chroma is 1/2 width, 1x height 71 int width, int height) { 72 const int dst_uv_width = (Abs(width) + 1) >> 1; 80 width, height, 84 // 420 chroma is 1/2 width, 1/2 height 85 // 444 chroma is 1x width, 1x height 93 int width, int height) { 94 const int dst_uv_width = Abs(width); 102 width, height [all...] |
convert.cc | 69 int width, int height) { 70 int halfwidth = (width + 1) >> 1; 74 width <= 0 || height == 0) { 90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); 98 // 422 chroma is 1/2 width, 1x height 99 // 420 chroma is 1/2 width, 1/2 height 107 int width, int height) { 108 const int src_uv_width = SUBSAMPLE(width, 1, 1); 115 width, height, 119 // 444 chroma is 1x width, 1x heigh [all...] |
rotate_argb.cc | 47 int width, int height) { 53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest. 58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest. 64 for (i = 0; i < width; ++i) { // column of source to row of dest. 73 int width, int height) { 79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); 84 int width, int height) { 88 dst += dst_stride * (width - 1); 90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); 95 int width, int height) [all...] |
/external/chromium_org/third_party/libyuv/source/ |
convert_argb.cc | 31 int width, int height) { 33 width <= 0 || height == 0) { 44 width * 4, height); 54 int width, int height) { 60 int width) = I444ToARGBRow_C; 63 width <= 0 || height == 0) { 73 if (src_stride_y == width && 74 src_stride_u == width && 75 src_stride_v == width && 76 dst_stride_argb == width * 4) [all...] |
planar_functions.cc | 30 int width, int height) { 32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; 34 if (src_stride_y == width && 35 dst_stride_y == width) { 36 width *= height; 45 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) { 50 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) && 62 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 32)) { 74 CopyRow(src_y, dst_y, width); 83 int width, int height) [all...] |
convert_from.cc | 62 // 420 chroma is 1/2 width, 1/2 height 63 // 422 chroma is 1/2 width, 1x height 71 int width, int height) { 72 const int dst_uv_width = (Abs(width) + 1) >> 1; 80 width, height, 84 // 420 chroma is 1/2 width, 1/2 height 85 // 444 chroma is 1x width, 1x height 93 int width, int height) { 94 const int dst_uv_width = Abs(width); 102 width, height [all...] |
convert.cc | 69 int width, int height) { 70 int halfwidth = (width + 1) >> 1; 74 width <= 0 || height == 0) { 90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); 98 // 422 chroma is 1/2 width, 1x height 99 // 420 chroma is 1/2 width, 1/2 height 107 int width, int height) { 108 const int src_uv_width = SUBSAMPLE(width, 1, 1); 115 width, height, 119 // 444 chroma is 1x width, 1x heigh [all...] |
rotate_argb.cc | 47 int width, int height) { 53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest. 58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest. 64 for (i = 0; i < width; ++i) { // column of source to row of dest. 73 int width, int height) { 79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); 84 int width, int height) { 88 dst += dst_stride * (width - 1); 90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); 95 int width, int height) [all...] |
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long_double.pass.cpp | 67 ios.width(0); 72 assert(ios.width() == 0); 74 ios.width(25); 80 assert(ios.width() == 0); 82 ios.width(25); 88 assert(ios.width() == 0); 90 ios.width(25); 96 assert(ios.width() == 0); 101 ios.width(0); 106 assert(ios.width() == 0) [all...] |
put_double.pass.cpp | 67 ios.width(0); 72 assert(ios.width() == 0); 74 ios.width(25); 80 assert(ios.width() == 0); 82 ios.width(25); 88 assert(ios.width() == 0); 90 ios.width(25); 96 assert(ios.width() == 0); 101 ios.width(0); 106 assert(ios.width() == 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_rgtc.h | 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_rgtc.h | 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
MosaicTypes.h | 40 inline int Width() 72 int width, height; member in class:MosaicFrame 80 width = _width; 84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS); 100 return (image + (width*height)); 108 return (image + (width*height*2)); 116 ImageType U = image + (width*height); 117 return U[y*width+x]; 125 ImageType U = image + (width*height*2); 126 return U[y*width+x] 139 double width; member in struct:__anon2565 [all...] |
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_thumbnail.css | 7 width: 100%; 13 width: 100%; 28 width: 90%; 35 width: 100%; 41 width: 100%;
|
/external/chromium_org/ui/views/window/ |
window_shape.cc | 20 window_mask->lineTo(SkIntToScalar(size.width() - 3), 0); 21 window_mask->lineTo(SkIntToScalar(size.width() - 2), 1); 22 window_mask->lineTo(SkIntToScalar(size.width() - 1), 1); 23 window_mask->lineTo(SkIntToScalar(size.width() - 1), 2); 24 window_mask->lineTo(SkIntToScalar(size.width()), 3); 26 window_mask->lineTo(SkIntToScalar(size.width()), 28 window_mask->lineTo(SkIntToScalar(size.width() - 1), 30 window_mask->lineTo(SkIntToScalar(size.width() - 1), 32 window_mask->lineTo(SkIntToScalar(size.width() - 3), 34 window_mask->lineTo(SkIntToScalar(size.width() - 3) [all...] |
/external/deqp/modules/egl/ |
teglVGRenderUtil.cpp | 41 void clear (int x, int y, int width, int height, const tcu::Vec4& color) 44 vgClear(x, y, width, height); 48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) 50 dst.setSize(width, height); 51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height); 56 void clear (int x, int y, int width, int height, const tcu::Vec4& color) 58 DE_UNREF(x && y && width && height); 63 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) 65 DE_UNREF(x && y && width && height) [all...] |
/external/libyuv/files/source/ |
planar_functions.cc | 30 int width, int height) { 31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; 33 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 64)) { 38 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) { 43 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) && 52 CopyRow(src_y, dst_y, width); 64 int width, int height) { 65 if (!src_y || !dst_y || width <= 0 || height == 0) { 74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); 81 int width, int height) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_context.c | 34 const unsigned int width = 16, height = 16; local 49 width, 72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 80 /* Test huge width */ 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 84 /* Test huge width & height */ 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success) [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_context.c | 34 const unsigned int width = 16, height = 16; local 49 width, 72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 80 /* Test huge width */ 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 84 /* Test huge width & height */ 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_type.h | 44 * Native SIMD architecture width available at runtime. 46 * Using this width should give the best performance, 52 * Maximum supported vector width (not necessarily supported at run-time). 112 * Element width. 115 * width. 117 unsigned width:14; member in struct:lp_type 122 * width*length should be a power of two greater or equal to eight. 171 return type.width * type.length; 177 lp_type_float(unsigned width) 184 res_type.width = width [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_type.h | 44 * Native SIMD architecture width available at runtime. 46 * Using this width should give the best performance, 52 * Maximum supported vector width (not necessarily supported at run-time). 112 * Element width. 115 * width. 117 unsigned width:14; member in struct:lp_type 122 * width*length should be a power of two greater or equal to eight. 171 return type.width * type.length; 177 lp_type_float(unsigned width) 184 res_type.width = width [all...] |
/dalvik/dx/tests/003-magic-version-access/ |
run | 30 dx --debug --dump --width=100 class-version-45.0.txt 31 dx --debug --dump --width=100 class-version-45.65535.txt 32 dx --debug --dump --width=100 class-version-48.0.txt 33 dx --debug --dump --width=100 class-version-48.65535.txt 34 dx --debug --dump --width=100 class-version-49.0.txt 35 dx --debug --dump --width=100 class-version-49.1.txt 36 dx --debug --dump --width=100 class-version-49.65535.txt 37 dx --debug --dump --width=100 class-version-50.0.txt 38 dx --debug --dump --width=100 class-version-50.1.txt 39 dx --debug --dump --width=100 class-version-50.65535.tx [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstorage.h | 31 GLsizei width); 36 GLsizei width, GLsizei height); 41 GLsizei width, GLsizei height, GLsizei depth); 48 GLsizei width); 53 GLsizei width, GLsizei height); 58 GLsizei width, GLsizei height, GLsizei depth);
|