HomeSort by relevance Sort by last modified time
    Searched defs:height_uv (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 116 milliseconds