Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c749 MS_S32 nLastFrmAvgQStep, nLastFrmBits; in MfeDrvRateControlUpdate() local
763 nLastFrmBits = ((MS_S32)reg.reg_mfe_s_bsp_bit_cnt_high<<16) + reg.reg_mfe_s_bsp_bit_cnt_low; in MfeDrvRateControlUpdate()
769 …rc_UpdateFrame(&pConfig->VTRateCtrl, nLastFrmBits,rcQstep2QP(pRC,nLastFrmAvgQStep/pConfig->VTRateC… in MfeDrvRateControlUpdate()
781 nLastFrmBits = pConfig->m_OutStream.m_nByteCount*8; in MfeDrvRateControlUpdate()
782 cvbr_UpdateFrame(pRC, nLastFrmBits, 1, nFieldType); in MfeDrvRateControlUpdate()
786 pConfig->m_cvbrFrameSkip = cvbr_UpdateFrame(pRC, nLastFrmBits, 0, nFieldType); in MfeDrvRateControlUpdate()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_common.c777 int nLastFrmAvgQP, nLastFrmBits; in MfeDrvRateControlUpdate() local
797 nLastFrmBits = pConfig->m_OutStream.m_nByteCount*8; in MfeDrvRateControlUpdate()
798 cvbr_UpdateFrame(pRC, nLastFrmBits, 1, nFieldType); in MfeDrvRateControlUpdate()
806 nLastFrmBits = ((int)reg.reg_mfe_s_bsp_bit_cnt_high<<16) + reg.reg_mfe_s_bsp_bit_cnt_low; in MfeDrvRateControlUpdate()
807 pConfig->m_cvbrFrameSkip = cvbr_UpdateFrame(pRC, nLastFrmBits, 0, nFieldType); in MfeDrvRateControlUpdate()