Searched refs:QstepX32 (Results 1 – 3 of 3) sorted by relevance
149 int rcQstep2QP(CVBRRateControl* ct, int QstepX32);730 int rcQstep2QP(CVBRRateControl* ct, int QstepX32) in rcQstep2QP() argument737 if( QstepX32 <= ct->m_nMinQStep) in rcQstep2QP()739 else if (QstepX32 > ct->m_nMaxQStep) in rcQstep2QP()742 while( QstepX32 > rcQP2Qstep(ct, 5) ) in rcQstep2QP()744 QstepX32 >>= 1; in rcQstep2QP()748 if (QstepX32 <= 21) in rcQstep2QP()750 QstepX32 = 20; in rcQstep2QP()753 else if (QstepX32 <= 24) in rcQstep2QP()755 QstepX32 = 22; in rcQstep2QP()[all …]
148 MS_S32 rcQstep2QP(CVBRRateControl* ct, MS_S32 QstepX32);751 MS_S32 rcQstep2QP(CVBRRateControl* ct, MS_S32 QstepX32) in rcQstep2QP() argument758 if( QstepX32 <= ct->m_nMinQStep) in rcQstep2QP()760 else if (QstepX32 > ct->m_nMaxQStep) in rcQstep2QP()763 while( QstepX32 > rcQP2Qstep(ct, 5) ) in rcQstep2QP()765 QstepX32 >>= 1; in rcQstep2QP()769 if (QstepX32 <= 21) in rcQstep2QP()774 else if (QstepX32 <= 24) in rcQstep2QP()779 else if (QstepX32 <= 27) in rcQstep2QP()784 else if (QstepX32 <= 30) in rcQstep2QP()[all …]
234 MS_S32 rcQstep2QP(CVBRRateControl* ct, MS_S32 QstepX32);