Home
last modified time | relevance | path

Searched refs:dst_height (Results 1 – 25 of 76) sorted by relevance

1234

/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc37 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 …]
Dscale_argb.cc34 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 …]
Dscale_common.cc862 int dst_width, int dst_height, in ScalePlaneVertical() argument
877 assert(dst_height > 0); in ScalePlaneVertical()
921 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical()
936 int dst_width, int dst_height, in ScalePlaneVertical_16() argument
951 assert(dst_height > 0); in ScalePlaneVertical_16()
995 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical_16()
1012 int dst_width, int dst_height, in ScaleFilterReduce() argument
1022 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) { in ScaleFilterReduce()
1031 if (dst_height == src_height || dst_height * 3 == src_height) { in ScaleFilterReduce()
1067 int dst_width, int dst_height, in ScaleSlope() argument
[all …]
Dmjpeg_decoder.cc248 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/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc39 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 …]
Dscale_argb.cc36 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 …]
Dconvert_jpeg.cc121 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 …]
Dscale_common.cc1022 int dst_height, in ScalePlaneVertical() argument
1042 assert(dst_height > 0); in ScalePlaneVertical()
1076 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical()
1092 int dst_height, in ScalePlaneVertical_16() argument
1112 assert(dst_height > 0); in ScalePlaneVertical_16()
1146 for (j = 0; j < dst_height; ++j) { in ScalePlaneVertical_16()
1165 int dst_height, in ScaleFilterReduce() argument
1175 if (dst_width * 2 >= src_width && dst_height * 2 >= src_height) { in ScaleFilterReduce()
1184 if (dst_height == src_height || dst_height * 3 == src_height) { in ScaleFilterReduce()
1221 int dst_height, in ScaleSlope() argument
[all …]
/external/libyuv/files/source/
Dscale.cc39 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 …]
Dscale_argb.cc36 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 …]
Dscale_common.cc1020 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 …]
/external/libyuv/files/util/
Dyuvconvert.cc32 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/
Dscale_argb_test.cc29 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 …]
Drotate_argb_test.cc22 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()
Drotate_test.cc22 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()
Dscale_test.cc27 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/libvpx/libvpx/test/
Dvp9_scale_test.cc70 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/
Dscale.h35 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,
Dscale_argb.h27 int dst_width, int dst_height,
35 int dst_width, int dst_height,
49 int dst_width, int dst_height,
/external/libyuv/files/include/libyuv/
Dscale.h38 int dst_height,
49 int dst_height,
78 int dst_height,
97 int dst_height,
118 int dst_height,
128 int dst_height,
Dscale_argb.h30 int dst_height,
42 int dst_height,
64 int dst_height,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dscale.h38 int dst_height,
49 int dst_height,
78 int dst_height,
97 int dst_height,
118 int dst_height,
Dscale_argb.h30 int dst_height,
42 int dst_height,
64 int dst_height,
/external/webp/src/utils/
Drescaler_utils.c24 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()
Drescaler_utils.h42 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()

1234