Searched refs:m_nLastTargetBits (Results 1 – 6 of 6) sorted by relevance
449 ct->m_nLastTargetBits = ct->m_nTargetBits; in cvbr_UpdateFrame()486 && ct->m_nLastFrameBits >= (ct->m_nLastTargetBits<<1) ) { in cvbr_UpdateFrame()488 frameskip = (int)((ct->m_nLastFrameBits - ct->m_nLastTargetBits) / ct->m_nAvgBitsPerFrame - 1); in cvbr_UpdateFrame()619 if (ct->m_nLastFrameBits>ct->m_nLastTargetBits) { in cvbr_ComputeFrameQP()620 … nAdjust = ((ct->m_nLastFrameBits-ct->m_nLastTargetBits)/ct->m_nMaxOffset) + (1<<QS_SHIFT_FACTOR); in cvbr_ComputeFrameQP()681 if (ct->m_nLastFrameBits>ct->m_nLastTargetBits) { in cvbr_ComputeFrameQP()682 nAdjust = (int)(ct->m_nLastFrameBits/ct->m_nLastTargetBits); in cvbr_ComputeFrameQP()
180 int m_nLastTargetBits; member
470 ct->m_nLastTargetBits = ct->m_nTargetBits; in cvbr_UpdateFrame()507 && ct->m_nLastFrameBits >= (ct->m_nLastTargetBits<<1) ) { in cvbr_UpdateFrame()509 … frameskip = (MS_S32)((ct->m_nLastFrameBits - ct->m_nLastTargetBits) / ct->m_nAvgBitsPerFrame - 1); in cvbr_UpdateFrame()640 if (ct->m_nLastFrameBits>ct->m_nLastTargetBits) { in cvbr_ComputeFrameQStep()641 … nAdjust = ((ct->m_nLastFrameBits-ct->m_nLastTargetBits)/ct->m_nMaxOffset) + (1<<QS_SHIFT_FACTOR); in cvbr_ComputeFrameQStep()702 if (ct->m_nLastFrameBits>ct->m_nLastTargetBits) { in cvbr_ComputeFrameQStep()703 nAdjust = (MS_S32)(ct->m_nLastFrameBits/ct->m_nLastTargetBits); in cvbr_ComputeFrameQStep()
305 rcctx->m_nLastTargetBits = rcctx->m_nTargetBits; in rc_UpdateFrame()496 if (rcctx->m_nLastFrameBits>rcctx->m_nLastTargetBits) { in _rc_ComputeFrameQP()497 nAdjust = (MS_S32)(rcctx->m_nLastFrameBits/rcctx->m_nLastTargetBits); in _rc_ComputeFrameQP()
118 MS_S32 m_nLastTargetBits; member
180 MS_S32 m_nLastTargetBits; member