Home
last modified time | relevance | path

Searched refs:nPCount (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c195 pGOP->nPCount = 0; in mfeSetVopType()
208 pGOP->nPCount = 0; in mfeSetVopType()
217 pGOP->nPCount = 0; in mfeSetVopType()
223 pGOP->nPCount = 1; in mfeSetVopType()
233 else if (pGOP->nPCount<pConfig->nPbetweenI || pConfig->nP_is_infinite) { in mfeSetVopType()
237 pGOP->nPCount++; in mfeSetVopType()
244 pGOP->nPCount = 0; in mfeSetVopType()
254 else if (pGOP->nPCount<pConfig->nPbetweenI) { in mfeSetVopType()
257 pGOP->nPCount++; in mfeSetVopType()
266 pGOP->nPCount = 0; in mfeSetVopType()
H A DmsRateCtrl.h148 int nPCount; // Number of P-frames between I-frames member
H A Dmfe_common.h156 int nPCount; member
H A Dmfe_common.c750 pConfig->rcInfo.nPCount = pConfig->nPbetweenI; // Number of P-frames between I-frames in MfeDrvRateControlInit()
H A DmsRateCtrl.c226 ct->m_nPCount = pRCInfo->nPCount; in cvbr_InitRateControl()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c232 pGOP->nPCount = 0; in mfeSetVopType()
245 pGOP->nPCount ++; in mfeSetVopType()
252 pGOP->nPCount = 0; in mfeSetVopType()
261 pGOP->nPCount = 0; in mfeSetVopType()
267 pGOP->nPCount = 1; in mfeSetVopType()
277 else if (pGOP->nPCount<pConfig->nPbetweenI || pConfig->nP_is_infinite) { in mfeSetVopType()
281 pGOP->nPCount++; in mfeSetVopType()
288 pGOP->nPCount = 0; in mfeSetVopType()
298 else if (pGOP->nPCount<pConfig->nPbetweenI) { in mfeSetVopType()
301 pGOP->nPCount++; in mfeSetVopType()
[all …]
H A Dmfe_common.c683 rcInfo.nPCount= pConfig->nPbetweenI; in _sw263v_ReinitRateCtrl()
721 pConfig->rcInfo.nPCount = pConfig->nPbetweenI; // Number of P-frames between I-frames in MfeDrvRateControlInit()
H A Dmfe_h263_rc.h94 MS_S32 nPCount; // Number of P-frames betweeen I-frames member
H A DmsRateCtrl.h148 MS_S32 nPCount; // Number of P-frames between I-frames member
H A Dmfe_common.h169 MS_S32 nPCount; member
H A Dmfe_h263_rc.c137 rcctx->m_nPCount = pRCInfo->nPCount; in rc_Init()
H A DmsRateCtrl.c225 ct->m_nPCount = pRCInfo->nPCount; in cvbr_InitRateControl()