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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 702 video->QPy_div_6 = (currMB->QPy * 43) >> 8;
703 video->QPy_mod_6 = currMB->QPy - 6 * video->QPy_div_6;
709 q_bits = 4 + video->QPy_div_6;
    [all...]
block.cpp 146 Qq = video->QPy_div_6;
456 Qq = video->QPy_div_6;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 645 int QPy_div_6;
    [all...]

Completed in 32 milliseconds