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

  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 354 int halfheight = (height + 1) >> 1; local
363 halfheight = (height + 1) >> 1;
365 src_u = src_u + (halfheight - 1) * src_stride_u;
366 src_v = src_v + (halfheight - 1) * src_stride_v;
388 halfwidth, halfheight);
391 halfwidth, halfheight);
399 halfwidth, halfheight);
402 halfwidth, halfheight);
410 halfwidth, halfheight);
413 halfwidth, halfheight);
430 int halfheight = (height + 1) >> 1; local
    [all...]
convert.cc 72 int halfheight = (height + 1) >> 1; local
81 halfheight = (height + 1) >> 1;
83 src_u = src_u + (halfheight - 1) * src_stride_u;
84 src_v = src_v + (halfheight - 1) * src_stride_v;
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);
169 int halfheight = (height + 1) >> 1; local
177 halfheight = (height + 1) >> 1;
184 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
185 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128)
249 int halfheight = (height + 1) >> 1; local
1372 int halfheight = (height + 1) >> 1; local
    [all...]
convert_to_argb.cc 184 int halfheight = (abs_src_height + 1) / 2; local
189 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
194 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
209 int halfheight = (abs_src_height + 1) / 2; local
213 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert_to_i420.cc 221 int halfheight = (abs_src_height + 1) / 2; local
226 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
231 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert_from.cc 377 int halfheight = height > 0 ? (height + 1) / 2 : (height - 1) / 2; local
384 halfwidth, halfheight);
1032 int halfheight = (height + 1) \/ 2; local
    [all...]
planar_functions.cc 588 int halfheight = (height + 1) >> 1; local
596 halfheight = (height + 1) >> 1;
598 src_u = src_u + (halfheight - 1) * src_stride_u;
599 src_v = src_v + (halfheight - 1) * src_stride_v;
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);
1342 int halfheight = (height + 1) >> 1; local
2093 int halfheight = (height + 1) >> 1; local
    [all...]
  /external/libyuv/files/source/
rotate.cc 432 int halfheight = (height + 1) >> 1; local
441 halfheight = (height + 1) >> 1;
443 src_u = src_u + (halfheight - 1) * src_stride_u;
444 src_v = src_v + (halfheight - 1) * src_stride_v;
459 halfheight);
461 halfheight);
466 halfheight);
468 halfheight);
473 halfheight);
475 halfheight);
498 int halfheight = (height + 1) >> 1; local
    [all...]
convert_to_argb.cc 173 int halfheight = (abs_src_height + 1) / 2; local
178 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
183 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
195 int halfheight = (abs_src_height + 1) / 2; local
199 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert.cc 84 int halfheight = (height + 1) >> 1; local
91 halfheight = (height + 1) >> 1;
93 src_u = src_u + (halfheight - 1) * src_stride_u;
94 src_v = src_v + (halfheight - 1) * src_stride_v;
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);
167 int halfheight = (height + 1) >> 1; local
174 halfheight = (height + 1) >> 1;
181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128)
256 int halfheight = (height + 1) >> 1; local
1665 int halfheight = (height + 1) >> 1; local
    [all...]
convert_to_i420.cc 182 int halfheight = (abs_src_height + 1) / 2; local
187 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
192 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert_from.cc 410 int halfheight = height > 0 ? (height + 1) / 2 : (height - 1) / 2; local
415 halfwidth, halfheight);
1125 int halfheight = (height + 1) \/ 2; local
    [all...]
planar_functions.cc 744 int halfheight = (height + 1) >> 1; local
752 halfheight = (height + 1) >> 1;
754 src_u = src_u + (halfheight - 1) * src_stride_u;
755 src_v = src_v + (halfheight - 1) * src_stride_v;
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);
1601 int halfheight = (height + 1) >> 1; local
2459 int halfheight = (height + 1) >> 1; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 142 double halfheight = height / 2.0; local
    [all...]

Completed in 260 milliseconds