Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DmsRateCtrl.c148 int rcQP2Qstep(CVBRRateControl* ct, int QP);
708 int rcQP2Qstep(CVBRRateControl* ct, int QP) in rcQP2Qstep() argument
716 Qstep = QP2QSTEP[QP % 6]; in rcQP2Qstep()
717 for( i=0; i<(QP/6); i++) in rcQP2Qstep()
724 return QP<<QS_SHIFT_FACTOR; in rcQP2Qstep()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DmsRateCtrl.c147 MS_S32 rcQP2Qstep(CVBRRateControl* ct, MS_S32 QP);
729 MS_S32 rcQP2Qstep(CVBRRateControl* ct, MS_S32 QP) in rcQP2Qstep() argument
737 Qstep = QP2QSTEP[QP % 6]; in rcQP2Qstep()
738 for( i=0; i<(QP/6); i++) in rcQP2Qstep()
745 return QP<<QS_SHIFT_FACTOR; in rcQP2Qstep()
H A DmsRateCtrl.h233 MS_S32 rcQP2Qstep(CVBRRateControl* ct, MS_S32 QP);