/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 37 int dst_width, int dst_height, in ScalePlaneDown2() argument 101 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 109 int dst_width, int dst_height, in ScalePlaneDown2_16() argument 151 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2_16() 163 int dst_width, int dst_height, in ScalePlaneDown4() argument 215 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 223 int dst_width, int dst_height, in ScalePlaneDown4_16() argument 260 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4_16() 270 int dst_width, int dst_height, in ScalePlaneDown34() argument 342 for (y = 0; y < dst_height - 2; y += 3) { in ScalePlaneDown34() [all …]
|
D | scale_argb.cc | 34 int dst_width, int dst_height, in ScaleARGBDown2() argument 83 for (j = 0; j < dst_height; ++j) { in ScaleARGBDown2() 94 int dst_width, int dst_height, in ScaleARGBDown4Box() argument 126 for (j = 0; j < dst_height; ++j) { in ScaleARGBDown4Box() 141 int dst_width, int dst_height, in ScaleARGBDownEven() argument 179 for (j = 0; j < dst_height; ++j) { in ScaleARGBDownEven() 188 int dst_width, int dst_height, in ScaleARGBBilinearDown() argument 268 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearDown() 290 int dst_width, int dst_height, in ScaleARGBBilinearUp() argument 395 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearUp() [all …]
|
D | scale_common.cc | 892 int dst_width, int dst_height, in ScalePlaneVertical() argument 907 assert(dst_height > 0); in ScalePlaneVertical() 943 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical() 958 int dst_width, int dst_height, in ScalePlaneVertical_16() argument 973 assert(dst_height > 0); in ScalePlaneVertical_16() 1017 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical_16() 1034 int dst_width, int dst_height, in ScaleFilterReduce() argument 1044 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) { in ScaleFilterReduce() 1053 if (dst_height == src_height || dst_height * 3 == src_height) { in ScaleFilterReduce() 1089 int dst_width, int dst_height, in ScaleSlope() argument [all …]
|
D | mjpeg_decoder.cc | 249 uint8** planes, int dst_width, int dst_height) { in DecodeToBuffers() argument 251 dst_height > GetHeight()) { in DecodeToBuffers() 267 int lines_left = dst_height; in DecodeToBuffers() 271 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() 341 int dst_width, int dst_height) { in DecodeToCallback() argument 343 dst_height > GetHeight()) { in DecodeToCallback() 359 int lines_left = dst_height; in DecodeToCallback() 361 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback()
|
/external/libyuv/files/source/ |
D | scale.cc | 39 int dst_height, in ScalePlaneDown2() argument 133 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 143 int dst_height, in ScalePlaneDown2_16() argument 192 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2_16() 206 int dst_height, in ScalePlaneDown4() argument 270 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 280 int dst_height, in ScalePlaneDown4_16() argument 321 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4_16() 332 int dst_height, in ScalePlaneDown34() argument 408 for (y = 0; y < dst_height - 2; y += 3) { in ScalePlaneDown34() [all …]
|
D | scale_argb.cc | 36 int dst_height, in ScaleARGBDown2() argument 118 for (j = 0; j < dst_height; ++j) { in ScaleARGBDown2() 131 int dst_height, in ScaleARGBDown4Box() argument 172 for (j = 0; j < dst_height; ++j) { in ScaleARGBDown4Box() 189 int dst_height, in ScaleARGBDownEven() argument 244 for (j = 0; j < dst_height; ++j) { in ScaleARGBDownEven() 255 int dst_height, in ScaleARGBBilinearDown() argument 348 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearDown() 372 int dst_height, in ScaleARGBBilinearUp() argument 490 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearUp() [all …]
|
D | scale_common.cc | 1020 int dst_height, in ScalePlaneVertical() argument 1040 assert(dst_height > 0); in ScalePlaneVertical() 1084 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical() 1100 int dst_height, in ScalePlaneVertical_16() argument 1120 assert(dst_height > 0); in ScalePlaneVertical_16() 1164 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical_16() 1183 int dst_height, in ScaleFilterReduce() argument 1193 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) { in ScaleFilterReduce() 1202 if (dst_height == src_height || dst_height * 3 == src_height) { in ScaleFilterReduce() 1239 int dst_height, in ScaleSlope() argument [all …]
|
D | mjpeg_decoder.cc | 248 int dst_height) { in DecodeToBuffers() argument 249 if (dst_width != GetWidth() || dst_height > GetHeight()) { in DecodeToBuffers() 265 int lines_left = dst_height; in DecodeToBuffers() 269 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() 338 int dst_height) { in DecodeToCallback() argument 339 if (dst_width != GetWidth() || dst_height > GetHeight()) { in DecodeToCallback() 355 int lines_left = dst_height; in DecodeToCallback() 357 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback()
|
/external/libyuv/files/util/ |
D | yuvconvert.cc | 32 int dst_width = 0, dst_height = 0; // new width and height variable 98 dst_height = atoi(argv[++c]); // NOLINT in ParseOptions() 147 if (dst_width == 0 || dst_height == 0) { in ParseOptions() 150 dst_height = rec_height; in ParseOptions() 153 dst_height = Abs(image_height); in ParseOptions() 168 int dst_height, in TileARGBScale() argument 170 for (int y = 0; y < dst_height; y += kTileY) { in TileARGBScale() 177 if (y + clip_height > dst_height) { in TileARGBScale() 178 clip_height = dst_height - y; in TileARGBScale() 182 dst_width, dst_height, x, y, clip_width, in TileARGBScale() [all …]
|
/external/libyuv/files/unit_test/ |
D | scale_argb_test.cc | 29 int dst_height, in ARGBTestFilter() argument 34 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in ARGBTestFilter() 51 int64 dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4LL; in ARGBTestFilter() 67 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 71 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 77 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 87 dst_width, dst_height, f); in ARGBTestFilter() 100 for (i = b; i < (dst_height + b); ++i) { in ARGBTestFilter() 126 int dst_height, in TileARGBScale() argument 128 for (int y = 0; y < dst_height; y += kTileY) { in TileARGBScale() [all …]
|
D | rotate_argb_test.cc | 22 int dst_height, in TestRotateBpp() argument 37 if (dst_height < 1) { in TestRotateBpp() 38 dst_height = 1; in TestRotateBpp() 48 int dst_argb_plane_size = dst_stride_argb * dst_height; in TestRotateBpp() 89 int dst_height, in ARGBTestRotate() argument 94 TestRotateBpp(src_width, src_height, dst_width, dst_height, mode, in ARGBTestRotate() 125 int dst_height, in TestRotatePlane() argument 130 TestRotateBpp(src_width, src_height, dst_width, dst_height, mode, in TestRotatePlane()
|
D | rotate_test.cc | 22 int dst_height, in I420TestRotate() argument 36 if (dst_height < 1) { in I420TestRotate() 37 dst_height = 1; in I420TestRotate() 47 int dst_i420_y_size = dst_width * dst_height; in I420TestRotate() 48 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in I420TestRotate() 141 int dst_height, in NV12TestRotate() argument 155 if (dst_height < 1) { in NV12TestRotate() 156 dst_height = 1; in NV12TestRotate() 167 int dst_i420_y_size = dst_width * dst_height; in NV12TestRotate() 168 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in NV12TestRotate()
|
D | scale_test.cc | 27 int dst_height, in TestFilter() argument 32 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in TestFilter() 58 int dst_height_uv = (dst_height + 1) >> 1; in TestFilter() 60 int64 dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2); in TestFilter() 88 dst_height, f); in TestFilter() 100 dst_height, f); in TestFilter() 112 for (i = b; i < (dst_height + b); ++i) { in TestFilter() 155 int dst_height, in TestFilter_16() argument 158 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in TestFilter_16() 200 int dst_height_uv = (dst_height + 1) >> 1; in TestFilter_16() [all …]
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 38 int dst_height, 49 int dst_height, 78 int dst_height, 97 int dst_height, 118 int dst_height, 128 int dst_height,
|
D | scale_argb.h | 30 int dst_height, 42 int dst_height, 64 int dst_height,
|
D | mjpeg_decoder.h | 141 LIBYUV_BOOL DecodeToBuffers(uint8** planes, int dst_width, int dst_height); 150 int dst_height);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 34 int dst_width, int dst_height, 41 int dst_width, int dst_height, 62 int dst_width, int dst_height, 73 int dst_width, int dst_height, 84 int dst_width, int dst_height, 90 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
|
D | scale_argb.h | 26 int dst_width, int dst_height, 34 int dst_width, int dst_height, 47 int dst_width, int dst_height,
|
D | mjpeg_decoder.h | 142 LIBYUV_BOOL DecodeToBuffers(uint8** planes, int dst_width, int dst_height); 149 int dst_width, int dst_height);
|
/external/webp/src/utils/ |
D | rescaler_utils.c | 24 int dst_width, int dst_height, int dst_stride, in WebPRescalerInit() argument 27 const int y_add = src_height, y_sub = dst_height; in WebPRescalerInit() 29 wrk->y_expand = (src_height < dst_height); in WebPRescalerInit() 33 wrk->dst_height = dst_height; in WebPRescalerInit() 55 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add); in WebPRescalerInit()
|
D | rescaler_utils.h | 42 int dst_width, dst_height; // destination dimensions member 53 int dst_width, int dst_height, int dst_stride, 86 return (rescaler->dst_y >= rescaler->dst_height); in WebPRescalerOutputDone()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 166 int dst_height, in ScaleAndRotate() argument 168 if (width() == dst_widht && height() == dst_height && in ScaleAndRotate() 172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height; in ScaleAndRotate() 173 int rotated_height = (rotation % 180 == 0) ? dst_height : dst_widht; in ScaleAndRotate()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler.cc | 31 int dst_width, int dst_height, in Set() argument 35 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1) in Set() 44 dst_height_ = dst_height; in Set()
|
/external/libyuv/files/docs/ |
D | filtering.md | 82 int dst_width, int dst_height, 92 assert(dst_height > 0); 96 *dy = FixedDiv(src_height, dst_height); 108 if (dst_height <= src_height) { 109 *dy = FixedDiv(src_height, dst_height); 111 } else if (dst_height > 1) { 112 *dy = FIXEDDIV1(src_height, dst_height); 124 *dy = FixedDiv(src_height, dst_height); 129 *dy = FixedDiv(src_height, dst_height);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_blit.c | 347 unsigned dst_height, in r100_blit() argument 373 if (reg_height + dst_y_offset > dst_height) in r100_blit() 374 reg_height = dst_height - dst_y_offset; in r100_blit() 410 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height); in r100_blit()
|