Home
last modified time | relevance | path

Searched refs:m_nVPSize (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_264e.c501 if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize<=0) in OutputSwCfg1_H264()
503 else if (rcCtx->m_nVPMbRow<=0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_H264()
505 else if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_H264()
520 mfe_reg.reg_mfe_g_er_bs_th = rcCtx->m_nVPSize; in OutputSwCfg1_H264()
H A Dmfe_reg_m4ve.c707 if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize<=0) in OutputSwCfg1_Mp4()
709 else if (rcCtx->m_nVPMbRow<=0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_Mp4()
711 else if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_Mp4()
726 mfe_reg.reg_mfe_g_er_bs_th = rcCtx->m_nVPSize; in OutputSwCfg1_Mp4()
H A DmsRateCtrl.c223 ct->m_nVPSize = pRCInfo->nVPSize; in cvbr_InitRateControl()
930 if (ct->m_nVPSize) { in cvbr_InitMB()
931 if (ct->m_nUsedBits[0]-ct->m_nLastVPBits>=ct->m_nVPSize) { in cvbr_InitMB()
H A DmsRateCtrl.h163 int m_nVPSize, m_nVPMbRow; member
H A Dm4v_header.c254 …osPutBits(pStream, (rcCtx->m_nVPMbRow<=0&&rcCtx->m_nVPSize<=0)?1:0/*m_volmd.bResyncMarkerDisable*/… in codeVOLHead()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_m4ve.c861 if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize<=0) in OutputSwCfg1_Mp4()
863 else if (rcCtx->m_nVPMbRow<=0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_Mp4()
865 else if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_Mp4()
881 mfe_reg->reg_mfe_g_er_bs_th = rcCtx->m_nVPSize; in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c885 if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize<=0) in OutputSwCfg1_H264()
887 else if (rcCtx->m_nVPMbRow<=0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_H264()
889 else if (rcCtx->m_nVPMbRow>0 && rcCtx->m_nVPSize>0) in OutputSwCfg1_H264()
905 mfe_reg->reg_mfe_g_er_bs_th = rcCtx->m_nVPSize; in OutputSwCfg1_H264()
H A DmsRateCtrl.c222 ct->m_nVPSize = pRCInfo->nVPSize; in cvbr_InitRateControl()
951 if (ct->m_nVPSize) { in cvbr_InitMB()
952 if (ct->m_nUsedBits[0]-ct->m_nLastVPBits>=ct->m_nVPSize) { in cvbr_InitMB()
H A DmsRateCtrl.h163 MS_S32 m_nVPSize, m_nVPMbRow; member
H A Dm4v_header.c255 …osPutBits(pStream, (rcCtx->m_nVPMbRow<=0&&rcCtx->m_nVPSize<=0)?1:0/*m_volmd.bResyncMarkerDisable*/… in codeVOLHead()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c939 gpMfeConfig->ctxRateControl.m_nVPSize = MFE_ER_BS_TH; in MDrv_MFE_Ioctl()