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

  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 1164 int halfheight = (height + 1) >> 1; local
1240 int halfheight = (height + 1) >> 1; local
    [all...]
format_conversion.cc 307 int halfheight; local
309 halfheight = (height + 1) >> 1;
311 dst_u = dst_u + (halfheight - 1) * dst_stride_u;
312 dst_v = dst_v + (halfheight - 1) * dst_stride_v;
413 int halfheight; local
415 halfheight = (height + 1) >> 1;
417 src_u = src_u + (halfheight - 1) * src_stride_u;
418 src_v = src_v + (halfheight - 1) * src_stride_v;
convert.cc 71 int halfheight = (height + 1) >> 1; local
80 halfheight = (height + 1) >> 1;
82 src_u = src_u + (halfheight - 1) * src_stride_u;
83 src_v = src_v + (halfheight - 1) * src_stride_v;
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
168 int halfheight = (height + 1) >> 1; local
176 halfheight = (height + 1) >> 1;
181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128)
250 int halfheight = (height + 1) >> 1; local
404 int halfheight = (height + 1) >> 1; local
    [all...]
convert_to_argb.cc 225 int halfheight = (abs_src_height + 1) / 2; local
230 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
235 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert_from.cc 371 int halfheight = (height + 1) >> 1; local
379 halfheight = (height + 1) >> 1;
381 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
395 halfwidth *= halfheight;
396 halfheight = 1;
430 for (y = 0; y < halfheight; ++y) {
1126 int halfheight = (height + 1) \/ 2; local
    [all...]
convert_to_i420.cc 267 int halfheight = (abs_src_height + 1) / 2; local
272 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
277 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
planar_functions.cc 458 int halfheight = (height + 1) >> 1; local
466 halfheight = (height + 1) >> 1;
468 src_u = src_u + (halfheight - 1) * src_stride_u;
469 src_v = src_v + (halfheight - 1) * src_stride_v;
478 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
479 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
1110 int halfheight = (height + 1) >> 1; local
    [all...]
  /external/libyuv/files/source/
rotate.cc 1053 int halfheight = (height + 1) >> 1; local
1129 int halfheight = (height + 1) >> 1; local
    [all...]
format_conversion.cc 362 int halfheight = (height + 1) >> 1; local
364 dst_u = dst_u + (halfheight - 1) * dst_stride_u;
365 dst_v = dst_v + (halfheight - 1) * dst_stride_v;
445 int halfheight = (height + 1) >> 1; local
447 src_u = src_u + (halfheight - 1) * src_stride_u;
448 src_v = src_v + (halfheight - 1) * src_stride_v;
convert.cc 46 int halfheight = (height + 1) >> 1; local
48 src_u = src_u + (halfheight - 1) * src_stride_u;
49 src_v = src_v + (halfheight - 1) * src_stride_v;
56 int halfheight = (height + 1) >> 1; local
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
313 int halfheight = (height + 1) >> 1; local
318 halfwidth, halfheight, // to 1/2 width, 1/2 height
325 halfwidth, halfheight, // to 1/2 width, 1/2 height
350 int halfheight = (height + 1) >> 1 local
415 int halfheight = (height + 1) >> 1; local
446 int halfheight = (height + 1) >> 1; local
505 int halfheight = (height + 1) >> 1; local
1965 int halfheight = (abs_src_height + 1) \/ 2; local
    [all...]
convert_from.cc 137 int halfheight = (height + 1) >> 1; local
140 ScalePlaneBilinear(halfwidth, halfheight,
147 ScalePlaneBilinear(halfwidth, halfheight,
187 int halfheight = (height + 1) >> 1; local
191 ScalePlaneBilinear(halfwidth, halfheight, // from 1/2 width, 1/2 height
198 ScalePlaneBilinear(halfwidth, halfheight, // from 1/2 width, 1/2 height
1341 int halfheight = (height + 1) \/ 2; local
    [all...]
planar_functions.cc 248 int halfheight = (height + 1) >> 1; local
250 src_u = src_u + (halfheight - 1) * src_stride_u;
251 src_v = src_v + (halfheight - 1) * src_stride_v;
258 int halfheight = (height + 1) >> 1; local
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
964 int halfheight = (height + 1) >> 1; local
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
    [all...]
scale.cc 2936 int halfheight = (src_height + 1) >> 1; local
2999 int halfheight = (src_height + 1) >> 1; local
    [all...]
convert_argb.cc 1198 int halfheight = (abs_src_height + 1) \/ 2; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3777 int halfheight; local
3820 int halfheight; local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 137 double halfheight = height / 2.0; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 142 double halfheight = height / 2.0; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 142 double halfheight = height / 2.0; local
    [all...]

Completed in 420 milliseconds