/external/libaom/libaom/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 276 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearDown() 298 int dst_width, int dst_height, in ScaleARGBBilinearUp() argument 411 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearUp() [all …]
|
D | mjpeg_decoder.cc | 248 uint8** planes, int dst_width, int dst_height) { in DecodeToBuffers() argument 250 dst_height > GetHeight()) { in DecodeToBuffers() 266 int lines_left = dst_height; in DecodeToBuffers() 270 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers() 340 int dst_width, int dst_height) { in DecodeToCallback() argument 342 dst_height > GetHeight()) { in DecodeToCallback() 358 int lines_left = dst_height; in DecodeToCallback() 360 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback()
|
/external/libyuv/files/source/ |
D | scale.cc | 39 int dst_height, in ScalePlaneDown2() argument 141 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 151 int dst_height, in ScalePlaneDown2_16() argument 200 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2_16() 214 int dst_height, in ScalePlaneDown4() argument 280 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 290 int dst_height, in ScalePlaneDown4_16() argument 328 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4_16() 339 int dst_height, in ScalePlaneDown34() argument 422 for (y = 0; y < dst_height - 2; y += 3) { in ScalePlaneDown34() [all …]
|
D | convert_jpeg.cc | 121 int dst_height) { in MJPGToI420() argument 138 dst_v, dst_stride_v, dst_width, dst_height}; in MJPGToI420() 149 dst_height); in MJPGToI420() 161 dst_height); in MJPGToI420() 173 dst_height); in MJPGToI420() 181 dst_height); in MJPGToI420() 261 int dst_height) { in MJPGToNV21() argument 278 dst_stride_vu, dst_width, dst_height}; in MJPGToNV21() 289 dst_height); in MJPGToNV21() 301 dst_height); in MJPGToNV21() [all …]
|
D | scale_argb.cc | 36 int dst_height, in ScaleARGBDown2() argument 134 for (j = 0; j < dst_height; ++j) { in ScaleARGBDown2() 147 int dst_height, in ScaleARGBDown4Box() argument 188 for (j = 0; j < dst_height; ++j) { in ScaleARGBDown4Box() 205 int dst_height, in ScaleARGBDownEven() argument 270 for (j = 0; j < dst_height; ++j) { in ScaleARGBDownEven() 281 int dst_height, in ScaleARGBBilinearDown() argument 373 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearDown() 397 int dst_height, in ScaleARGBBilinearUp() argument 546 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearUp() [all …]
|
D | scale_common.cc | 1024 int dst_height, in ScalePlaneVertical() argument 1044 assert(dst_height > 0); in ScalePlaneVertical() 1086 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical() 1102 int dst_height, in ScalePlaneVertical_16() argument 1122 assert(dst_height > 0); in ScalePlaneVertical_16() 1156 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical_16() 1175 int dst_height, in ScaleFilterReduce() argument 1185 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) { in ScaleFilterReduce() 1194 if (dst_height == src_height || dst_height * 3 == src_height) { in ScaleFilterReduce() 1231 int dst_height, in ScaleSlope() argument [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 39 int dst_height, in ScalePlaneDown2() argument 126 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 136 int dst_height, in ScalePlaneDown2_16() argument 177 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2_16() 191 int dst_height, in ScalePlaneDown4() argument 248 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 258 int dst_height, in ScalePlaneDown4_16() argument 291 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4_16() 302 int dst_height, in ScalePlaneDown34() argument 385 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 347 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearDown() 371 int dst_height, in ScaleARGBBilinearUp() argument 499 for (j = 0; j < dst_height; ++j) { in ScaleARGBBilinearUp() [all …]
|
D | convert_jpeg.cc | 121 int dst_height) { in MJPGToI420() argument 138 dst_v, dst_stride_v, dst_width, dst_height}; in MJPGToI420() 149 dst_height); in MJPGToI420() 161 dst_height); in MJPGToI420() 173 dst_height); in MJPGToI420() 181 dst_height); in MJPGToI420() 255 int dst_height) { in MJPGToARGB() argument 271 ARGBBuffers bufs = {dst_argb, dst_stride_argb, dst_width, dst_height}; in MJPGToARGB() 282 dst_height); in MJPGToARGB() 294 dst_height); in MJPGToARGB() [all …]
|
/external/libyuv/files/util/ |
D | yuvconvert.cc | 32 int dst_width = 0, dst_height = 0; // new width and height variable 99 dst_height = atoi(argv[++c]); // NOLINT in ParseOptions() 148 if (dst_width == 0 || dst_height == 0) { in ParseOptions() 151 dst_height = rec_height; in ParseOptions() 154 dst_height = Abs(image_height); in ParseOptions() 169 int dst_height, in TileARGBScale() argument 171 for (int y = 0; y < dst_height; y += kTileY) { in TileARGBScale() 178 if (y + clip_height > dst_height) { in TileARGBScale() 179 clip_height = dst_height - y; in TileARGBScale() 183 dst_width, dst_height, x, y, clip_width, in TileARGBScale() [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_panel_fitter.c | 80 uint32_t dst_height; /* pf_win_sz.y */ member 102 info->dst_height = win_sz & PF_WIN_SZ_Y_MASK; in read_pipe_info() 137 printf("- dst %dx%d\n", info.dst_width, info.dst_height); in dump_pipe() 158 uint32_t dst_width, dst_height, pos_x, pos_y; in change_screen_size() local 175 if (info.dst_height != 0) in change_screen_size() 176 dst_height = info.dst_height; in change_screen_size() 178 dst_height = info.src_height; in change_screen_size() 180 dst_height = y; in change_screen_size() 184 pos_y = abs((info.tot_height - dst_height)) / 2; in change_screen_size() 198 } else if (info.src_height / (double) dst_height > 1.125) { in change_screen_size() [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() 52 (dst_width + b * 2) * (dst_height + b * 2) * 4LL; in ARGBTestFilter() 68 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 72 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 78 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 88 dst_width, dst_height, f); in ARGBTestFilter() 101 for (i = b; i < (dst_height + b); ++i) { in ARGBTestFilter() 127 int dst_height, in TileARGBScale() argument 129 for (int y = 0; y < dst_height; y += kTileY) { in TileARGBScale() [all …]
|
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 I444TestRotate() argument 155 if (dst_height < 1) { in I444TestRotate() 156 dst_height = 1; in I444TestRotate() 166 int dst_i444_y_size = dst_width * dst_height; in I444TestRotate() 167 int dst_i444_uv_size = dst_width * dst_height; in I444TestRotate() [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 | scale_test.cc | 28 int dst_height, in I420TestFilter() argument 33 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in I420TestFilter() 59 int dst_height_uv = (dst_height + 1) >> 1; in I420TestFilter() 61 int64_t dst_y_plane_size = (dst_width) * (dst_height); in I420TestFilter() 83 dst_stride_uv, dst_v_c, dst_stride_uv, dst_width, dst_height, f); in I420TestFilter() 91 dst_stride_uv, dst_v_opt, dst_stride_uv, dst_width, dst_height, in I420TestFilter() 104 for (i = 0; i < (dst_height); ++i) { in I420TestFilter() 147 int dst_height, in I420TestFilter_16() argument 152 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in I420TestFilter_16() 193 int dst_height_uv = (dst_height + 1) >> 1; in I420TestFilter_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, 126 int dst_height, 145 int dst_height, 166 int dst_height,
|
D | scale_argb.h | 30 int dst_height, 42 int dst_height, 64 int dst_height,
|
/external/libvpx/libvpx/test/ |
D | vp9_scale_test.cc | 70 const int dst_height = src_height * sf_up / sf_down; in RunTest() local 75 if (!dst_width || !dst_height || dst_width & 1 || in RunTest() 76 dst_height & 1) { in RunTest() 81 if (src_width > 4 * dst_width || src_height > 4 * dst_height) { in RunTest() 85 dst_width, dst_height)); in RunTest() 95 dst_height, sf_down, sf_up); in RunTest() 165 const int dst_height = src_height * sf_up / sf_down; in TEST_P() local 170 if (dst_width & 1 || dst_height & 1) { in TEST_P() 174 ResetScaleImages(src_width, src_height, dst_width, dst_height)); in TEST_P() 195 dst_height, sf_down, sf_up, elapsed_time); in TEST_P()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 35 int dst_width, int dst_height, 42 int dst_width, int dst_height, 63 int dst_width, int dst_height, 74 int dst_width, int dst_height, 85 int dst_width, int dst_height, 91 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
|
D | scale_argb.h | 27 int dst_width, int dst_height, 35 int dst_width, int dst_height, 49 int dst_width, int dst_height,
|
/external/libvpx/libvpx/third_party/libyuv/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,
|
D | scale_argb.h | 30 int dst_height, 42 int dst_height, 64 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()
|