Home
last modified time | relevance | path

Searched refs:m_nBCount (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DmsRateCtrl.c227 ct->m_nBCount = pRCInfo->nBCount; in cvbr_InitRateControl()
250 i = 1+ct->m_nPCount*(1+ct->m_nBCount); in cvbr_InitRateControl()
251 j = IFRAME_WEIGHT + PFRAME_WEIGHT*ct->m_nPCount + BFRAME_WEIGHT*(ct->m_nPCount*ct->m_nBCount); in cvbr_InitRateControl()
289 for (j=0; j<ct->m_nBCount; j++, i++) { in cvbr_InitRateControl()
H A DmsRateCtrl.h165 int m_nPCount, m_nBCount; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DmsRateCtrl.c226 ct->m_nBCount = pRCInfo->nBCount; in cvbr_InitRateControl()
256 i = 1+ct->m_nPCount*(1+ct->m_nBCount); in cvbr_InitRateControl()
257 … j = IFRAME_WEIGHT + PFRAME_WEIGHT*ct->m_nPCount + BFRAME_WEIGHT*(ct->m_nPCount*ct->m_nBCount); in cvbr_InitRateControl()
300 for (j = 0; j < ct->m_nBCount; j++, i++) { in cvbr_InitRateControl()
H A DmsRateCtrl.h165 MS_S32 m_nPCount, m_nBCount; member