Searched refs:m_nVPSize (Results 1 – 11 of 11) sorted by relevance
501 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()
707 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()
223 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()
163 int m_nVPSize, m_nVPMbRow; member
254 …osPutBits(pStream, (rcCtx->m_nVPMbRow<=0&&rcCtx->m_nVPSize<=0)?1:0/*m_volmd.bResyncMarkerDisable*/… in codeVOLHead()
861 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()
885 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()
222 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()
163 MS_S32 m_nVPSize, m_nVPMbRow; member
255 …osPutBits(pStream, (rcCtx->m_nVPMbRow<=0&&rcCtx->m_nVPSize<=0)?1:0/*m_volmd.bResyncMarkerDisable*/… in codeVOLHead()
939 gpMfeConfig->ctxRateControl.m_nVPSize = MFE_ER_BS_TH; in MDrv_MFE_Ioctl()