/external/libyuv/source/ |
D | scale.cc | 41 int dst_height, in ScalePlaneDown2() argument 151 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 161 int dst_height, in ScalePlaneDown2_16() argument 202 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2_16() 212 int dst_height, in ScalePlaneDown2_16To8() argument 232 (void)dst_height; in ScalePlaneDown2_16To8() 261 int dst_height, in ScalePlaneDown4() argument 332 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 342 int dst_height, in ScalePlaneDown4_16() argument 375 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4_16() [all …]
|
D | scale_uv.cc | 61 int dst_height, in ScaleUVDown2() argument 179 for (j = 0; j < dst_height; ++j) { in ScaleUVDown2() 194 int dst_height, in ScaleUVDown4Box() argument 251 for (j = 0; j < dst_height; ++j) { in ScaleUVDown4Box() 271 int dst_height, in ScaleUVDownEven() argument 340 for (j = 0; j < dst_height; ++j) { in ScaleUVDownEven() 353 int dst_height, in ScaleUVBilinearDown() argument 459 for (j = 0; j < dst_height; ++j) { in ScaleUVBilinearDown() 486 int dst_height, in ScaleUVBilinearUp() argument 630 for (j = 0; j < dst_height; ++j) { in ScaleUVBilinearUp() [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 …]
|
/external/libaom/third_party/libyuv/source/ |
D | scale.cc | 40 int dst_height, in ScalePlaneDown2() argument 142 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2() 152 int dst_height, in ScalePlaneDown2_16() argument 201 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown2_16() 215 int dst_height, in ScalePlaneDown4() argument 281 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4() 291 int dst_height, in ScalePlaneDown4_16() argument 329 for (y = 0; y < dst_height; ++y) { in ScalePlaneDown4_16() 340 int dst_height, in ScalePlaneDown34() argument 435 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 …]
|
/external/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 …]
|
/external/libyuv/include/libyuv/ |
D | scale.h | 39 int dst_height, 50 int dst_height, 62 int dst_height, 91 int dst_height, 110 int dst_height, 129 int dst_height, 158 int dst_height, 177 int dst_height, 196 int dst_height, 224 int dst_height, [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/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() 234 const int dst_size = dst_width * dst_height * 4; // ARGB scaled in main() 235 const int y_size = dst_width * dst_height; in main() 236 const int uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in main() 264 dst_height); in main() 298 int half_dst_height = (dst_height + 1) / 2; in main() [all …]
|
/external/libvpx/vpx_dsp/arm/ |
D | subpel_variance_neon.c | 23 int dst_height, int filter_offset) { in var_filter_block2d_bil_w4() argument 27 int i = dst_height; in var_filter_block2d_bil_w4() 44 int dst_height, int filter_offset) { in var_filter_block2d_bil_w8() argument 48 int i = dst_height; in var_filter_block2d_bil_w8() 65 int dst_height, int filter_offset) { in var_filter_block2d_bil_large() argument 69 int i = dst_height; in var_filter_block2d_bil_large() 93 int dst_height, int filter_offset) { in var_filter_block2d_bil_w16() argument 95 dst_height, filter_offset); in var_filter_block2d_bil_w16() 99 int dst_height, int filter_offset) { in var_filter_block2d_bil_w32() argument 101 dst_height, filter_offset); in var_filter_block2d_bil_w32() [all …]
|
D | highbd_subpel_variance_neon.c | 42 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w4() argument 47 int i = dst_height; in highbd_var_filter_block2d_bil_w4() 67 int dst_width, int dst_height, in highbd_var_filter_block2d_bil_large() argument 72 int i = dst_height; in highbd_var_filter_block2d_bil_large() 95 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w8() argument 98 8, dst_height, filter_offset); in highbd_var_filter_block2d_bil_w8() 102 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w16() argument 105 16, dst_height, filter_offset); in highbd_var_filter_block2d_bil_w16() 109 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w32() argument 112 32, dst_height, filter_offset); in highbd_var_filter_block2d_bil_w32() [all …]
|
/external/libyuv/unit_test/ |
D | scale_argb_test.cc | 35 int dst_height, in ARGBTestFilter() argument 40 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in ARGBTestFilter() 58 (dst_width + b * 2) * (dst_height + b * 2) * 4LL; in ARGBTestFilter() 74 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 78 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 84 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter() 94 dst_width, dst_height, f); in ARGBTestFilter() 107 for (i = b; i < (dst_height + b); ++i) { in ARGBTestFilter() 133 int dst_height, in TileARGBScale() argument 135 for (int y = 0; y < dst_height; y += kTileY) { in TileARGBScale() [all …]
|
D | rotate_test.cc | 28 int dst_height, in I420TestRotate() argument 42 if (dst_height < 1) { in I420TestRotate() 43 dst_height = 1; in I420TestRotate() 53 int dst_i420_y_size = dst_width * dst_height; in I420TestRotate() 54 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in I420TestRotate() 147 int dst_height, in I422TestRotate() argument 161 if (dst_height < 1) { in I422TestRotate() 162 dst_height = 1; in I422TestRotate() 172 int dst_i422_y_size = dst_width * dst_height; in I422TestRotate() 173 int dst_i422_uv_size = ((dst_width + 1) / 2) * dst_height; in I422TestRotate() [all …]
|
D | scale_test.cc | 42 int dst_height, in I420TestFilter() argument 47 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in I420TestFilter() 73 int dst_height_uv = (dst_height + 1) >> 1; in I420TestFilter() 75 int64_t dst_y_plane_size = (dst_width) * (dst_height); in I420TestFilter() 97 dst_stride_uv, dst_v_c, dst_stride_uv, dst_width, dst_height, f); in I420TestFilter() 105 dst_stride_uv, dst_v_opt, dst_stride_uv, dst_width, dst_height, in I420TestFilter() 118 for (i = 0; i < (dst_height); ++i) { in I420TestFilter() 161 int dst_height, in I420TestFilter_12() argument 166 if (!SizeValid(src_width, src_height, dst_width, dst_height)) { in I420TestFilter_12() 207 int dst_height_uv = (dst_height + 1) >> 1; in I420TestFilter_12() [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() 231 int dst_height, in TestRotatePlane_16() argument 245 if (dst_height < 1) { in TestRotatePlane_16() [all …]
|
/external/libaom/third_party/libyuv/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, 170 int dst_height, 191 int dst_height,
|
/external/libvpx/test/ |
D | vp9_scale_test.cc | 69 const int dst_height = src_height * sf_up / sf_down; in RunTest() local 74 if (!dst_width || !dst_height || dst_width & 1 || in RunTest() 75 dst_height & 1) { in RunTest() 80 if (src_width > 4 * dst_width || src_height > 4 * dst_height) { in RunTest() 84 dst_width, dst_height)); in RunTest() 94 dst_height, sf_down, sf_up); in RunTest() 164 const int dst_height = src_height * sf_up / sf_down; in TEST_P() local 169 if (dst_width & 1 || dst_height & 1) { in TEST_P() 173 ResetScaleImages(src_width, src_height, dst_width, dst_height)); in TEST_P() 194 dst_height, sf_down, sf_up, elapsed_time); in TEST_P()
|
/external/libaom/test/ |
D | av1_scale_test.cc | 69 const int dst_width, const int dst_height, in ResetResizeImages() argument 72 ResetResizeImage(&ref_img_, dst_width, dst_height, dst_border); in ResetResizeImages() 73 ResetResizeImage(&dst_img_, dst_width, dst_height, dst_border); in ResetResizeImages() 111 const int dst_height = src_height * sf_up / sf_down; in RunTest() local 123 if (!dst_width || !dst_height || dst_width & 1 || in RunTest() 124 dst_height & 1) { in RunTest() 129 if (src_width > 4 * dst_width || src_height > 4 * dst_height) { in RunTest() 133 src_width, src_height, dst_width, dst_height, dst_border)); in RunTest() 146 dst_width, dst_height, sf_down, sf_up); in RunTest() 219 const int dst_height = src_height * sf_up / sf_down; in SpeedTest() local [all …]
|
/external/libaom/av1/common/ |
D | resize.h | 86 const int dst_height) { in av1_has_optimized_scaler() argument 88 (dst_width * 4 >= src_width && dst_height * 4 >= src_height) && in av1_has_optimized_scaler() 89 (dst_width <= src_width * 16 && dst_height <= src_height * 16) && in av1_has_optimized_scaler() 91 (16 * dst_height % src_height == 0) && in av1_has_optimized_scaler() 92 (16 * src_height % dst_height == 0); in av1_has_optimized_scaler() 96 (4 * dst_width == 3 * src_width && 4 * dst_height == 3 * src_height); in av1_has_optimized_scaler()
|
/external/cronet/tot/testing/libfuzzer/fuzzers/ |
D | libyuv_scale_fuzzer.cc | 35 int dst_height, in Scale() argument 85 dst_height_uv = (dst_height + 1) >> 1; in Scale() 88 dst_height_uv = dst_height; in Scale() 91 size_t dst_y_plane_size = (dst_width) * (dst_height); in Scale() 111 dst_stride_uv, dst_v_c, dst_stride_uv, dst_width, dst_height, in Scale() 117 dst_stride_uv, dst_width, dst_height, in Scale() 122 dst_stride_uv, dst_v_c, dst_stride_uv, dst_width, dst_height, in Scale() 128 dst_stride_uv, dst_width, dst_height, in Scale()
|
/external/cronet/stable/testing/libfuzzer/fuzzers/ |
D | libyuv_scale_fuzzer.cc | 35 int dst_height, in Scale() argument 85 dst_height_uv = (dst_height + 1) >> 1; in Scale() 88 dst_height_uv = dst_height; in Scale() 91 size_t dst_y_plane_size = (dst_width) * (dst_height); in Scale() 111 dst_stride_uv, dst_v_c, dst_stride_uv, dst_width, dst_height, in Scale() 117 dst_stride_uv, dst_width, dst_height, in Scale() 122 dst_stride_uv, dst_v_c, dst_stride_uv, dst_width, dst_height, in Scale() 128 dst_stride_uv, dst_width, dst_height, in Scale()
|
/external/libaom/aom_dsp/arm/ |
D | highbd_subpel_variance_neon.c | 45 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w4() argument 50 int i = dst_height; in highbd_var_filter_block2d_bil_w4() 70 int dst_width, int dst_height, in highbd_var_filter_block2d_bil_large() argument 75 int i = dst_height; in highbd_var_filter_block2d_bil_large() 98 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w8() argument 101 8, dst_height, filter_offset); in highbd_var_filter_block2d_bil_w8() 106 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w16() argument 109 16, dst_height, filter_offset); in highbd_var_filter_block2d_bil_w16() 114 int pixel_step, int dst_height, in highbd_var_filter_block2d_bil_w32() argument 117 32, dst_height, filter_offset); in highbd_var_filter_block2d_bil_w32() [all …]
|
D | subpel_variance_neon.c | 25 int dst_height, int filter_offset) { in var_filter_block2d_bil_w4() argument 29 int i = dst_height; in var_filter_block2d_bil_w4() 46 int dst_height, int filter_offset) { in var_filter_block2d_bil_w8() argument 50 int i = dst_height; in var_filter_block2d_bil_w8() 67 int dst_height, int filter_offset) { in var_filter_block2d_bil_large() argument 71 int i = dst_height; in var_filter_block2d_bil_large() 95 int dst_height, int filter_offset) { in var_filter_block2d_bil_w16() argument 97 dst_height, filter_offset); in var_filter_block2d_bil_w16() 102 int dst_height, int filter_offset) { in var_filter_block2d_bil_w32() argument 104 dst_height, filter_offset); in var_filter_block2d_bil_w32() [all …]
|