Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Drate_control.cpp29 double QP2Qstep(int QP);
461 prev_QP = QP2Qstep(pMP->pRDSamples[j][0].QP); in calculateQuantizer_Multipass()
468 prev_QP = QP2Qstep(pMP->pRDSamples[j][i].QP); in calculateQuantizer_Multipass()
914 double QP2Qstep(int QP) in QP2Qstep() function
933 if (Qstep < QP2Qstep(0)) in Qstep2QP()
935 else if (Qstep > QP2Qstep(51)) in Qstep2QP()
938 while (Qstep > QP2Qstep(5)) in Qstep2QP()