Searched refs:QPc_div_6 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp703 video->QPc_div_6 = (video->QPc * 43) >> 8;
704 video->QPc_mod_6 = video->QPc - 6 * video->QPc_div_6;
717 q_bits = 4 + video->QPc_div_6;
H A Dblock.cpp814 Qq = video->QPc_div_6;
1230 Qq = video->QPc_div_6;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h647 int QPc_div_6; member in struct:tagCommonObj

Completed in 333 milliseconds