Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_h263_rc.c180 rcctx->m_nSkipCountMax = (MS_S32)(rcctx->m_fTargetFrameRate - rcctx->m_fMinFrameRate); in rc_Init()
185 rcctx->m_nSkipCountMax = 0; in rc_Init()
207 (int)rcctx->m_nBitrate, (int)rcctx->m_nSkipCountMax); in rc_Init()
340 if (rcctx->m_nSkipCount>rcctx->m_nSkipCountMax) in rc_UpdateFrame()
341 rcctx->m_nSkipCount = rcctx->m_nSkipCountMax; in rc_UpdateFrame()
347 if (rcctx->m_nSkipCount<rcctx->m_nSkipCountMax && !bDummyFrame) { in rc_UpdateFrame()
354 …nContSkipCount = (rcctx->m_nLastFrameAvgQP-BAD_FRAME_QP_THR)*(rcctx->m_nSkipCountMax-rcctx->m_nSki… in rc_UpdateFrame()
H A Dmfe_h263_rc.h137 …MS_S32 m_nSkipCountMax; // Constant: The allowable maximal dropped frame count in 1sec, depe… member