HomeSort by relevance Sort by last modified time
    Searched refs:dst_height (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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,
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libyuv/include/libyuv/
scale_argb.h 26 int dst_width, int dst_height,
34 int dst_width, int dst_height,
48 int dst_width, int dst_height,
scale.h 34 int dst_width, int dst_height,
40 int dst_width, int dst_height,
61 int dst_width, int dst_height,
72 int dst_width, int dst_height,
83 int dst_width, int dst_height,
89 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
  /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,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/libyuv/util/
convert.cc 32 int dst_width = 0, dst_height = 0; // new width and height variable
96 dst_height = atoi(argv[++c]); // NOLINT
147 if (dst_width == 0 || dst_height == 0) {
150 dst_height = rec_height;
153 dst_height = Abs(image_height);
164 int dst_width, int dst_height,
166 for (int y = 0; y < dst_height; y += kTileY) {
173 if (y + clip_height > dst_height) {
174 clip_height = dst_height - y;
179 dst_width, dst_height,
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale.cc 40 int dst_width, int dst_height,
86 for (y = 0; y < dst_height; ++y) {
94 int dst_width, int dst_height,
142 for (y = 0; y < dst_height; ++y) {
154 int dst_width, int dst_height,
189 for (y = 0; y < dst_height; ++y) {
197 int dst_width, int dst_height,
234 for (y = 0; y < dst_height; ++y) {
244 int dst_width, int dst_height,
299 for (y = 0; y < dst_height - 2; y += 3)
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc 23 int dst_width, int dst_height,
35 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
48 dst_width, dst_height, f);
53 dst_width, dst_height, f);
60 dst_width, dst_height, f);
70 dst_width, dst_height, f);
83 for (i = b; i < (dst_height + b); ++i) {
105 int dst_width, int dst_height,
107 for (int y = 0; y < dst_height; y += kTileY) {
114 if (y + clip_height > dst_height) {
    [all...]
rotate_argb_test.cc 22 int dst_width, int dst_height,
35 if (dst_height < 1) {
36 dst_height = 1;
46 int dst_argb_plane_size = dst_stride_argb * dst_height;
89 int dst_width, int dst_height,
93 dst_width, dst_height,
146 int dst_width, int dst_height,
150 dst_width, dst_height,
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon16923
44 int dst_width, int dst_height, int dst_stride,
  /external/webp/src/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon37092
44 int dst_width, int dst_height, int dst_stride,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.h 49 unsigned dst_height,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.h 49 unsigned dst_height,
  /external/chromium_org/third_party/webrtc/common_video/libyuv/include/
scaler.h 41 int dst_width, int dst_height,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 49 unsigned dst_height,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 49 unsigned dst_height,
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 70 int dst_height = Round(button_icon_.height() * scale); local
75 int dst_y = Round((height() - dst_height) / 2.0);
77 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler.cc 29 int dst_width, int dst_height,
33 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1)
42 dst_height_ = dst_height;
  /external/pixman/test/
composite-traps-test.c 54 int dst_width, dst_height; local
150 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height);
157 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
160 dst_format, dst_width, dst_height, dst_bits, dst_stride);
196 clip_boxes[i].y1 = prng_rand_n (dst_height);
200 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1);
220 for (i = 0; i < dst_stride * dst_height / 4; i++)
230 for (i = 0; i < dst_height; i++
    [all...]
affine-test.c 34 int dst_width, dst_height; local
60 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
73 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
75 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
78 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
81 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
213 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
214 src_width, src_height, dst_width, dst_height);
    [all...]

Completed in 463 milliseconds

1 2 3 4