/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...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | 3777 int halfheight; local 3820 int halfheight; local [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 142 double halfheight = height / 2.0; local [all...] |
/packages/apps/Gallery2/jni_mosaic/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...] |