/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/libyuv/files/include/libyuv/ |
scale_argb.h | 26 int dst_width, int dst_height,
|
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,
|
mjpeg_decoder.h | 113 // dst_width must match exactly. dst_height must be <= to image height; if 119 bool DecodeToBuffers(uint8** planes, int dst_width, int dst_height); 126 int dst_width, int dst_height);
|
convert_argb.h | 187 int dst_width, int dst_height); 205 // crop_y = (src_height - dst_height) / 2 208 // "dst_width" / "dst_height" is size of destination to crop to. 219 int dst_width, int dst_height,
|
convert.h | 207 int dst_width, int dst_height); 225 // crop_y = (src_height - dst_height) / 2 228 // "dst_width" / "dst_height" is size of destination to crop to. 241 int dst_width, int 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,
|
/external/webp/src/utils/ |
rescaler.h | 32 int dst_width, dst_height; // destination dimensions member in struct:__anon18248 41 int dst_width, int dst_height, int dst_stride,
|
rescaler.c | 26 uint8_t* const dst, int dst_width, int dst_height, 33 wrk->dst_height = dst_height; 46 ((int64_t)dst_height << RFIX) / (x_sub * src_height) : 47 ((int64_t)dst_height << RFIX) / (x_add * src_height);
|
/external/libyuv/files/source/ |
scale.cc | [all...] |
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...] |
mjpeg_decoder.cc | 268 uint8** planes, int dst_width, int dst_height) { 270 dst_height > GetHeight()) { 286 int lines_left = dst_height; 290 int skip = (GetHeight() - dst_height) / 2; 357 int dst_width, int dst_height) { 359 dst_height > GetHeight()) { 375 int lines_left = dst_height; 377 int skip = (GetHeight() - dst_height) / 2;
|
convert_argb.cc | 1005 int dst_width, int dst_height, 1010 src_height == 0 || dst_height == 0) { 1017 int inv_dst_height = (dst_height < 0) ? -dst_height : dst_height; [all...] |
convert.cc | 277 int dst_width, int dst_height, [all...] |
convert_from.cc | 103 int dst_width, int dst_height, [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 113 int dst_height = dst->allocation.height; local 120 int y2 = images_[6] ? dst_height - gdk_pixbuf_get_height(images_[6]) : y1; 159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
bilin_scaler.c | 137 unsigned int dst_height = parms.dst_pixel_height; local 157 unsigned int dst_picture_size = dst_width*dst_height; 170 float y_scale = (float)src_height/(float)dst_height; 228 for( dst_vu=0; dst_vu<(dst_height>>1)-1; dst_vu++ ) { 443 unsigned int dst_height = parms.dst_pixel_height; local 458 unsigned int dst_picture_size = dst_width*dst_height; 476 float y_scale = (float)src_height/(float)dst_height; 533 for( dst_vu=0; dst_vu<(dst_height>>1)-1; dst_vu++ ) { 746 unsigned int dst_height = parms.dst_pixel_height; local 761 unsigned int dst_picture_size = dst_width*dst_height; 1034 unsigned int dst_height = parms.dst_pixel_height; local [all...] |
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 394 float dst_height = frame.height(); local 395 if (src_width != dst_width || src_height != dst_height) { 397 float sy = dst_height / src_height;
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local 194 dst_height = 20; 202 dst_height = 16; 232 for (j = 0; j < dst_height; j++) [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 1146 int dst_height = dst->fBounds.height(); local [all...] |
/external/webp/src/enc/ |
picture.c | 377 int dst_width, int dst_height, int dst_stride, 383 dst, dst_width, dst_height, dst_stride, 386 src_height, dst_height, [all...] |