HomeSort by relevance Sort by last modified time
    Searched refs:halfwidth (Results 1 - 15 of 15) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 183 int halfwidth = (src_width + 1) / 2; local
187 (halfwidth * crop_y + crop_x) / 2;
189 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
192 (halfwidth * crop_y + crop_x) / 2;
194 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
197 src_u, halfwidth,
198 src_v, halfwidth,
208 int halfwidth = (src_width + 1) / 2; local
211 (halfwidth * crop_y + crop_x) / 2;
213 halfwidth * (halfheight + crop_y / 2) + crop_x / 2
227 int halfwidth = (src_width + 1) \/ 2; local
    [all...]
convert_to_i420.cc 220 int halfwidth = (src_width + 1) / 2; local
224 (halfwidth * crop_y + crop_x) / 2;
226 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
229 (halfwidth * crop_y + crop_x) / 2;
231 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
234 src_u, halfwidth,
235 src_v, halfwidth,
247 int halfwidth = (src_width + 1) / 2; local
250 halfwidth * crop_y + crop_x / 2;
252 halfwidth * (abs_src_height + crop_y) + crop_x / 2
    [all...]
rotate.cc 353 int halfwidth = (width + 1) >> 1; local
388 halfwidth, halfheight);
391 halfwidth, halfheight);
399 halfwidth, halfheight);
402 halfwidth, halfheight);
410 halfwidth, halfheight);
413 halfwidth, halfheight);
429 int halfwidth = (width + 1) >> 1; local
462 halfwidth, halfheight);
471 halfwidth, halfheight)
    [all...]
convert_from_argb.cc 263 int halfwidth = (width + 1) >> 1; local
320 if (IS_ALIGNED(halfwidth, 16)) {
328 if (IS_ALIGNED(halfwidth, 32)) {
336 if (IS_ALIGNED(halfwidth, 16)) {
343 align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
344 uint8* row_v = row_u + ((halfwidth + 31) & ~31);
348 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
357 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
372 int halfwidth = (width + 1) >> 1; local
429 if (IS_ALIGNED(halfwidth, 16))
    [all...]
convert.cc 71 int halfwidth = (width + 1) >> 1; local
94 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
95 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
168 int halfwidth = (width + 1) >> 1; local
184 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
185 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
248 int halfwidth = (width + 1) >> 1; local
276 if (src_stride_uv == halfwidth * 2 &&
277 dst_stride_u == halfwidth &&
278 dst_stride_v == halfwidth) {
1371 int halfwidth = (width + 1) >> 1; local
    [all...]
convert_from.cc 376 int halfwidth = (width + 1) / 2; local
384 halfwidth, halfheight);
1031 int halfwidth = (width + 1) \/ 2; local
1053 int halfwidth = (width + 1) \/ 2; local
    [all...]
planar_functions.cc 137 int halfwidth = (width + 1) >> 1; local
157 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
158 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
587 int halfwidth = (width + 1) >> 1; local
608 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
609 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
794 int halfwidth = (width + 1) >> 1; local
821 if (IS_ALIGNED(halfwidth, 8)) {
829 if (IS_ALIGNED(halfwidth, 32)) {
842 if (IS_ALIGNED(halfwidth, 16))
1341 int halfwidth = (width + 1) >> 1; local
2092 int halfwidth = (width + 1) >> 1; local
2618 int halfwidth = (width + 1) >> 1; local
2716 int halfwidth = (width + 1) >> 1; local
    [all...]
  /external/libyuv/files/source/
convert_to_argb.cc 172 int halfwidth = (src_width + 1) / 2; local
176 (halfwidth * crop_y + crop_x) / 2;
178 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
181 (halfwidth * crop_y + crop_x) / 2;
183 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
185 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth,
194 int halfwidth = (src_width + 1) / 2; local
197 (halfwidth * crop_y + crop_x) / 2;
199 halfwidth * (halfheight + crop_y / 2) + crop_x / 2
210 int halfwidth = (src_width + 1) \/ 2; local
    [all...]
convert_to_i420.cc 181 int halfwidth = (src_width + 1) / 2; local
185 (halfwidth * crop_y + crop_x) / 2;
187 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
190 (halfwidth * crop_y + crop_x) / 2;
192 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
194 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, y,
204 int halfwidth = (src_width + 1) / 2; local
206 src_v = sample + src_width * abs_src_height + halfwidth * crop_y +
209 halfwidth * (abs_src_height + crop_y) + crop_x / 2
    [all...]
rotate.cc 431 int halfwidth = (width + 1) >> 1; local
458 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth,
460 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth,
465 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth,
467 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth,
472 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth,
474 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth,
497 int halfwidth = (width + 1) >> 1; local
523 dst_stride_v, halfwidth, halfheight);
528 dst_stride_v, halfwidth, halfheight)
    [all...]
convert_from_argb.cc 255 int halfwidth = (width + 1) >> 1; local
326 if (IS_ALIGNED(halfwidth, 16)) {
334 if (IS_ALIGNED(halfwidth, 32)) {
342 if (IS_ALIGNED(halfwidth, 16)) {
366 if (IS_ALIGNED(halfwidth, 16)) {
373 align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
374 uint8* row_v = row_u + ((halfwidth + 31) & ~31);
378 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
387 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
406 int halfwidth = (width + 1) >> 1 local
    [all...]
convert.cc 83 int halfwidth = (width + 1) >> 1; local
104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
166 int halfwidth = (width + 1) >> 1; local
181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
255 int halfwidth = (width + 1) >> 1; local
281 if (src_stride_uv == halfwidth * 2 && dst_stride_u == halfwidth &&
282 dst_stride_v == halfwidth) {
1664 int halfwidth = (width + 1) >> 1; local
    [all...]
planar_functions.cc 149 int halfwidth = (width + 1) >> 1; local
167 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
168 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
743 int halfwidth = (width + 1) >> 1; local
764 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
765 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
979 int halfwidth = (width + 1) >> 1; local
1004 if (IS_ALIGNED(halfwidth, 8)) {
1012 if (IS_ALIGNED(halfwidth, 32)) {
1025 if (IS_ALIGNED(halfwidth, 16))
1600 int halfwidth = (width + 1) >> 1; local
2458 int halfwidth = (width + 1) >> 1; local
3124 int halfwidth = (width + 1) >> 1; local
3232 int halfwidth = (width + 1) >> 1; local
    [all...]
convert_from.cc 409 int halfwidth = (width + 1) / 2; local
415 halfwidth, halfheight);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 141 double halfwidth = width / 2.0; local
    [all...]

Completed in 257 milliseconds