/external/libvpx/libvpx/third_party/libyuv/source/ |
rotate.cc | 359 int halfheight = (height + 1) >> 1; local 368 halfheight = (height + 1) >> 1; 370 src_u = src_u + (halfheight - 1) * src_stride_u; 371 src_v = src_v + (halfheight - 1) * src_stride_v; 393 halfwidth, halfheight); 396 halfwidth, halfheight); 404 halfwidth, halfheight); 407 halfwidth, halfheight); 415 halfwidth, halfheight); 418 halfwidth, halfheight); 435 int halfheight = (height + 1) >> 1; local [all...] |
convert_to_argb.cc | 185 int halfheight = (abs_src_height + 1) / 2; local 190 halfwidth * (halfheight + crop_y / 2) + crop_x / 2; 195 halfwidth * (halfheight + crop_y / 2) + crop_x / 2; 210 int halfheight = (abs_src_height + 1) / 2; local 214 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
|
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) 247 int halfheight = (height + 1) >> 1; local [all...] |
convert_from.cc | 374 int halfheight = (height + 1) >> 1; local 382 halfheight = (height + 1) >> 1; 384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv; 398 halfwidth *= halfheight; 399 halfheight = 1; 428 for (y = 0; y < halfheight; ++y) { 1264 int halfheight = (height + 1) \/ 2; local [all...] |
convert_to_i420.cc | 223 int halfheight = (abs_src_height + 1) / 2; local 228 halfwidth * (halfheight + crop_y / 2) + crop_x / 2; 233 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
|
planar_functions.cc | 455 int halfheight = (height + 1) >> 1; local 463 halfheight = (height + 1) >> 1; 465 src_u = src_u + (halfheight - 1) * src_stride_u; 466 src_v = src_v + (halfheight - 1) * src_stride_v; 475 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); 476 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); 1163 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/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 142 double halfheight = height / 2.0; local [all...] |