/external/libvpx/libvpx/test/ |
encode_test_driver.cc | 121 const unsigned int height_uv = (img1->d_h + 1) >> 1; local 122 for (i = 0; i < height_uv; ++i) 126 for (i = 0; i < height_uv; ++i)
|
/external/libyuv/files/source/ |
compare.cc | 459 const int height_uv = (height + 1) >> 1; local 462 width_uv, height_uv); 465 width_uv, height_uv); 466 const uint64 samples = width * height + 2 * (width_uv * height_uv); 558 const int height_uv = (height + 1) >> 1; local 561 width_uv, height_uv); 564 width_uv, height_uv);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_comp.cpp | 107 Int height, pitch, pitch_uv, height_uv; local 121 height_uv = height >> 1; 158 pitch_uv, (currVop->width) >> 1, height_uv, round1); 182 pitch_uv, (currVop->width) >> 1, height_uv, round1); 301 Int height_uv, /* i */ 308 ypred <= ((height_uv << 1) - (2*B_SIZE))) 331 width_uv, height_uv, round1); 336 width_uv, height_uv, round1); [all...] |
mp4enc_lib.h | 109 UChar *cv_rec, Int pitch_uv, Int width_uv, Int height_uv, Int round1);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4dec_lib.h | 138 int height_uv, /* i */
|