/external/libyuv/files/unit_test/ |
scale_argb_test.cc | 21 int dst_width, int dst_height, 30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4; 52 dst_width, dst_height, f); 57 dst_width, dst_height, f); 65 dst_width, dst_height, f); 75 dst_width, dst_height, f); 88 for (i = b; i < (dst_height + b); ++i) { 108 const int dst_height = src_height / 2; local 112 dst_width, dst_height, 123 const int dst_height = src_height / 4 local 138 const int dst_height = src_height \/ 5; local 153 const int dst_height = src_height \/ 8; local 168 const int dst_height = src_height \/ 16; local 183 const int dst_height = src_height * 3 \/ 4; local 198 int dst_height = src_height * 3 \/ 8; local 213 int dst_height = 768; local 228 int dst_height = 1272; local 244 int dst_height = 480; local [all...] |
scale_test.cc | 21 int dst_width, int dst_height, 38 int dst_height_uv = (dst_height + rounding) >> 1; 40 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2); 78 dst_width, dst_height, f); 87 dst_width, dst_height, f); 99 dst_width, dst_height, f); 113 dst_width, dst_height, f); 126 for (i = b; i < (dst_height + b); ++i) { 169 const int dst_height = src_height / 2; local 173 dst_width, dst_height, 184 const int dst_height = src_height \/ 4; local 199 const int dst_height = src_height \/ 5; local 214 const int dst_height = src_height \/ 8; local 229 const int dst_height = src_height \/ 16; local 244 const int dst_height = src_height * 3 \/ 4; local 259 int dst_height = src_height * 3 \/ 8; local 274 int dst_height = 768; local 289 int dst_height = 1272; local 304 int dst_height = 480; local 319 int dst_height = 480; local 335 int dst_height = 552; local 350 int dst_height = 276; local 365 int dst_height = 276; local [all...] |
rotate_argb_test.cc | 21 int dst_width, int dst_height, 30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4; 84 for (i = b; i < (dst_height + b); ++i) { 103 const int dst_height = 720; local 106 dst_width, dst_height, kRotate0, 115 const int dst_height = 1280; local 118 dst_width, dst_height, kRotate90, 127 const int dst_height = 720; local 130 dst_width, dst_height, kRotate180, 139 const int dst_height = 1280 local 151 const int dst_height = 719; local 163 const int dst_height = 1277; local 175 const int dst_height = 719; local 187 const int dst_height = 1277; local [all...] |
/external/chromium_org/third_party/libyuv/source/ |
scale.cc | 40 int dst_width, int dst_height, 86 for (y = 0; y < dst_height; ++y) { 94 int dst_width, int dst_height, 142 for (y = 0; y < dst_height; ++y) { 154 int dst_width, int dst_height, 189 for (y = 0; y < dst_height; ++y) { 197 int dst_width, int dst_height, 234 for (y = 0; y < dst_height; ++y) { 244 int dst_width, int dst_height, 299 for (y = 0; y < dst_height - 2; y += 3) [all...] |
scale_argb.cc | 34 int dst_width, int dst_height, 74 for (j = 0; j < dst_height; ++j) { 85 int dst_width, int dst_height, 112 for (j = 0; j < dst_height; ++j) { 127 int dst_width, int dst_height, 158 for (j = 0; j < dst_height; ++j) { 167 int dst_width, int dst_height, 253 for (j = 0; j < dst_height; ++j) { 275 int dst_width, int dst_height, 380 for (j = 0; j < dst_height; ++j) [all...] |
/external/chromium_org/third_party/libyuv/include/libyuv/ |
scale.h | 34 int dst_width, int dst_height, 40 int dst_width, int dst_height, 61 int dst_width, int dst_height, 72 int dst_width, int dst_height, 83 int dst_width, int dst_height, 89 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
|
scale_argb.h | 26 int dst_width, int dst_height, 34 int dst_width, int dst_height, 48 int dst_width, int dst_height,
|
/external/chromium_org/third_party/libyuv/unit_test/ |
scale_argb_test.cc | 23 int dst_width, int dst_height, 35 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4; 48 dst_width, dst_height, f); 53 dst_width, dst_height, f); 60 dst_width, dst_height, f); 70 dst_width, dst_height, f); 83 for (i = b; i < (dst_height + b); ++i) { 105 int dst_width, int dst_height, 107 for (int y = 0; y < dst_height; y += kTileY) { 114 if (y + clip_height > dst_height) { [all...] |
rotate_argb_test.cc | 22 int dst_width, int dst_height, 35 if (dst_height < 1) { 36 dst_height = 1; 46 int dst_argb_plane_size = dst_stride_argb * dst_height; 89 int dst_width, int dst_height, 93 dst_width, dst_height, 146 int dst_width, int dst_height, 150 dst_width, dst_height,
|
rotate_test.cc | 22 int dst_width, int dst_height, 34 if (dst_height < 1) { 35 dst_height = 1; 45 int dst_i420_y_size = dst_width * dst_height; 46 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); 135 int dst_width, int dst_height, 147 if (dst_height < 1) { 148 dst_height = 1; 158 int dst_i420_y_size = dst_width * dst_height; 159 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2) [all...] |
scale_test.cc | 22 int dst_width, int dst_height, 44 int dst_height_uv = (dst_height + 1) >> 1; 46 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2); 69 dst_width, dst_height, f); 82 dst_width, dst_height, f); 96 for (i = b; i < (dst_height + b); ++i) { 138 int dst_width, int dst_height, 180 int dst_height_uv = (dst_height + 1) >> 1; 182 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2); 206 dst_width, dst_height, f) [all...] |
/external/chromium_org/third_party/libyuv/util/ |
convert.cc | 32 int dst_width = 0, dst_height = 0; // new width and height variable 96 dst_height = atoi(argv[++c]); // NOLINT 147 if (dst_width == 0 || dst_height == 0) { 150 dst_height = rec_height; 153 dst_height = Abs(image_height); 164 int dst_width, int dst_height, 166 for (int y = 0; y < dst_height; y += kTileY) { 173 if (y + clip_height > dst_height) { 174 clip_height = dst_height - y; 179 dst_width, dst_height, [all...] |
/external/pixman/test/ |
infinite-loop.c | 13 #define DST_HEIGHT 2 26 PIXMAN_a8r8g8b8, DST_WIDTH, DST_HEIGHT, NULL, -1);
|
affine-test.c | 34 int dst_width, dst_height; local 60 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1; 73 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2); 75 h = prng_rand_n (dst_height * 3 / 2 - dst_y); 78 dstbuf = (uint32_t *)malloc (dst_stride * dst_height); 81 prng_randmemset (dstbuf, dst_stride * dst_height, 0); 93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride); 213 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 214 src_width, src_height, dst_width, dst_height); [all...] |
composite-traps-test.c | 54 int dst_width, dst_height; local 150 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1; 154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height); 157 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2); 160 dst_format, dst_width, dst_height, dst_bits, dst_stride); 196 clip_boxes[i].y1 = prng_rand_n (dst_height); 200 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1); 220 for (i = 0; i < dst_stride * dst_height / 4; i++) 230 for (i = 0; i < dst_height; i++ [all...] |
scaling-test.c | 60 int dst_width, dst_height; local 114 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1; 135 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2); 137 h = prng_rand_n (dst_height * 3 / 2 - dst_y); 141 dstbuf = (uint32_t *)malloc (dst_stride * dst_height); 145 prng_randmemset (dstbuf, dst_stride * dst_height, 0); 157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride); 248 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 249 src_width, src_height, dst_width, dst_height); [all...] |
blitters-test.c | 230 int dst_width, dst_height; local 282 dst_height = pixman_image_get_height (dst_img); 291 dst_y = prng_rand_n (dst_height); 337 h = prng_rand_n (dst_height - dst_y + 1); 345 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 346 src_width, src_height, dst_width, dst_height); 362 for (i = 0; i < dst_height; i++)
|
scaling-crash-test.c | 20 int32_t dst_height, 56 dstbuf = (uint32_t *)malloc (dst_width * dst_height * 4); 59 memset (dstbuf, 0x33, dst_width * dst_height * 4); 71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4); 82 src_x, src_y, 0, 0, 0, 0, dst_width, dst_height); 87 for (i = 0; i < dst_width * dst_height; i++)
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
scale.h | 45 int dst_width, int dst_height, 54 int dst_width, int dst_height, 59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
scaler.cc | 29 int dst_width, int dst_height, 33 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1) 42 dst_height_ = dst_height;
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
scale.h | 45 int dst_width, int dst_height, 54 int dst_width, int dst_height, 59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
scale.h | 45 int dst_width, int dst_height, 54 int dst_width, int dst_height, 59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
|
/external/libyuv/files/include/libyuv/ |
scale.h | 33 int dst_width, int dst_height, 54 int dst_width, int dst_height, 64 int dst_width, int dst_height, 70 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
|
scale_argb.h | 26 int dst_width, int dst_height,
|
/external/libyuv/files/source/ |
scale_argb.cc | 795 int dst_width, int dst_height, 813 for (int y = 0; y < dst_height; ++y) { 828 int dst_width, int dst_height, 847 int row_step = src_height / dst_height; 850 for (int y = 0; y < dst_height; ++y) { 862 int dst_width, int dst_height, 866 assert(dst_height > 0); 886 int dy = (src_height << 16) / dst_height; 890 for (int j = 0; j < dst_height; ++j) { [all...] |