Home
last modified time | relevance | path

Searched refs:QPy_div_6 (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Drate_control.cpp704 video->QPy_div_6 = (currMB->QPy * 43) >> 8; in RCInitChromaQP()
705 video->QPy_mod_6 = currMB->QPy - 6 * video->QPy_div_6; in RCInitChromaQP()
711 q_bits = 4 + video->QPy_div_6; in RCInitChromaQP()
Dblock.cpp147 Qq = video->QPy_div_6; in dct_luma()
457 Qq = video->QPy_div_6; in dct_luma_16x16()
1123 int Qq = video->QPy_div_6; in TransQuantIntra16DC()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dslice.cpp227 video->QPy_div_6 = (video->QPy * 43) >> 8; in DecodeMB()
228 video->QPy_mod_6 = video->QPy - 6 * video->QPy_div_6; in DecodeMB()
Dresidual.cpp189 Qq = video->QPy_div_6; in residual()
Dheader.cpp720 video->QPy_div_6 = (video->QPy * 43) >> 8; in DecodeSliceHeader()
721 video->QPy_mod_6 = video->QPy - 6 * video->QPy_div_6; in DecodeSliceHeader()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h648 int QPy_div_6; member