Home
last modified time | relevance | path

Searched refs:m_nCodecType (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DmsRateCtrl.c185 ct->m_nCodecType = pRCInfo->nCodecType; in cvbr_InitRateControl()
260 if (ct->m_nCodecType==REG_ENC_MODE_MPG4 || ct->m_nCodecType==REG_ENC_MODE_H263) { in cvbr_InitRateControl()
273 MFE_ASSERT(ct->m_nCodecType==REG_ENC_MODE_H264); in cvbr_InitRateControl()
710 if (ct->m_nCodecType==REG_ENC_MODE_H264) in rcQP2Qstep()
732 if (ct->m_nCodecType==REG_ENC_MODE_H264) in rcQstep2QP()
781 else if (ct->m_nCodecType==REG_ENC_MODE_MPG4 || ct->m_nCodecType==REG_ENC_MODE_H263) in rcQstep2QP()
859 …if (ct->m_nCodecType==REG_ENC_MODE_MPG4 && (!IsIntra) && ((ct->m_nFrameType==P_VOP&&IsP4MV)||(ct->… in cvbr_InitMB()
916 if (ct->m_nCodecType==REG_ENC_MODE_MPG4 && ct->m_nFrameType==B_VOP /*&& RtnQP!=nPrevQP*/) { in cvbr_InitMB()
H A DmsRateCtrl.h157 int m_nCodecType; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DmsRateCtrl.c184 ct->m_nCodecType = pRCInfo->nCodecType; in cvbr_InitRateControl()
268 if (ct->m_nCodecType==REG_ENC_MODE_MPG4 || ct->m_nCodecType==REG_ENC_MODE_H263) { in cvbr_InitRateControl()
281 MS_ASSERT(ct->m_nCodecType==REG_ENC_MODE_H264); in cvbr_InitRateControl()
731 if (ct->m_nCodecType==REG_ENC_MODE_H264) in rcQP2Qstep()
753 if (ct->m_nCodecType==REG_ENC_MODE_H264) in rcQstep2QP()
802 else if (ct->m_nCodecType==REG_ENC_MODE_MPG4 || ct->m_nCodecType==REG_ENC_MODE_H263) in rcQstep2QP()
880 …if (ct->m_nCodecType==REG_ENC_MODE_MPG4 && (!IsIntra) && ((ct->m_nFrameType==P_VOP&&IsP4MV)||(ct->… in cvbr_InitMB()
937 if (ct->m_nCodecType==REG_ENC_MODE_MPG4 && ct->m_nFrameType==B_VOP /*&& RtnQP!=nPrevQP*/) { in cvbr_InitMB()
H A DmsRateCtrl.h157 MS_S32 m_nCodecType; member
H A Dmfe_reg_m4ve.c370 rcCtx->m_nCodecType = pConfig->nCodecType; in mfeM4VE_EncodeFrame()