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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp350 QPC = (MbP->QPc + MbQ->QPc + 1) >> 1;
392 indexA = MbQ->QPc + video->FilterOffsetA;
393 indexB = MbQ->QPc + video->FilterOffsetB;
459 QPC = (MbP->QPc + MbQ->QPc + 1) >> 1;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h599 int QPc; /* Chroma QP */ member in struct:tagMacroblock
644 int QPc; member in struct:tagCommonObj
805 Table 8-13 Specification of QPc as a function of qPI. */
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp702 currMB->QPc = video->QPc = mapQPi2QPc[AVC_CLIP3(0, 51, currMB->QPy + video->currPicParams->chroma_qp_index_offset)];
703 video->QPc_div_6 = (video->QPc * 43) >> 8;
704 video->QPc_mod_6 = video->QPc - 6 * video->QPc_div_6;

Completed in 113 milliseconds