Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DmsRateCtrl.c801 int nAvgAct, nActj, nNBits=0; in cvbr_InitMB() local
869 nActj = (((nVariance<<1) + nAvgAct) << SCALE_ACT) / (nVariance + (nAvgAct<<1)); in cvbr_InitMB()
872 QStep = (int)(((MFE_S64)ct->m_nFrameQP * nActj) >> SCALE_ACT); in cvbr_InitMB()
874 QStep = (int)(((MFE_S64)ct->m_nFrameQP * nActj * nNBits) >> (SCALE_ACT+SCALE_BITS)); in cvbr_InitMB()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DmsRateCtrl.c822 MS_S32 nAvgAct, nActj, nNBits=0; in cvbr_InitMB() local
890 nActj = (((nVariance<<1) + nAvgAct) << SCALE_ACT) / (nVariance + (nAvgAct<<1)); in cvbr_InitMB()
893 QStep = (MS_S32)(((MS_S64)ct->m_nFrameQStep * nActj) >> SCALE_ACT); in cvbr_InitMB()
895 QStep = (MS_S32)(((MS_S64)ct->m_nFrameQStep * nActj * nNBits) >> (SCALE_ACT+SCALE_BITS)); in cvbr_InitMB()