Home
last modified time | relevance | path

Searched refs:m_nVPMbRow (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()
509 if (rcCtx->m_nVPMbRow==0 || rcCtx->m_nVPMbRow==1) in OutputSwCfg1_H264()
511 else if (rcCtx->m_nVPMbRow==2) in OutputSwCfg1_H264()
513 else if (rcCtx->m_nVPMbRow==4) in OutputSwCfg1_H264()
515 else if (rcCtx->m_nVPMbRow==8) in OutputSwCfg1_H264()
517 else if (rcCtx->m_nVPMbRow>0) 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()
715 if (rcCtx->m_nVPMbRow==0 || rcCtx->m_nVPMbRow==1) in OutputSwCfg1_Mp4()
717 else if (rcCtx->m_nVPMbRow==2) in OutputSwCfg1_Mp4()
719 else if (rcCtx->m_nVPMbRow==4) in OutputSwCfg1_Mp4()
721 else if (rcCtx->m_nVPMbRow==8) in OutputSwCfg1_Mp4()
723 else if (rcCtx->m_nVPMbRow>0) in OutputSwCfg1_Mp4()
H A DmsRateCtrl.c224 ct->m_nVPMbRow = pRCInfo->nVPMbRow; in cvbr_InitRateControl()
932 if (ct->m_nVPMbRow) { in cvbr_InitMB()
935 if (nMBX==0 && nMBY>0 && (nMBY%ct->m_nVPMbRow)==0) { in cvbr_InitMB()
946 else if (ct->m_nVPMbRow) { in cvbr_InitMB()
949 if (nMBX==0 && nMBY>0 && (nMBY%ct->m_nVPMbRow)==0) { 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()
870 if (rcCtx->m_nVPMbRow==0 || rcCtx->m_nVPMbRow==1) in OutputSwCfg1_Mp4()
872 else if (rcCtx->m_nVPMbRow==2) in OutputSwCfg1_Mp4()
874 else if (rcCtx->m_nVPMbRow==4) in OutputSwCfg1_Mp4()
876 else if (rcCtx->m_nVPMbRow==8) in OutputSwCfg1_Mp4()
878 else if (rcCtx->m_nVPMbRow>0) 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()
893 if (rcCtx->m_nVPMbRow==0 || rcCtx->m_nVPMbRow==1) in OutputSwCfg1_H264()
895 else if (rcCtx->m_nVPMbRow==2) in OutputSwCfg1_H264()
897 else if (rcCtx->m_nVPMbRow==4) in OutputSwCfg1_H264()
899 else if (rcCtx->m_nVPMbRow==8) in OutputSwCfg1_H264()
901 else if (rcCtx->m_nVPMbRow>0) { in OutputSwCfg1_H264()
H A DmsRateCtrl.c223 ct->m_nVPMbRow = pRCInfo->nVPMbRow; in cvbr_InitRateControl()
953 if (ct->m_nVPMbRow) { in cvbr_InitMB()
956 if (nMBX==0 && nMBY>0 && (nMBY%ct->m_nVPMbRow)==0) { in cvbr_InitMB()
967 else if (ct->m_nVPMbRow) { in cvbr_InitMB()
970 if (nMBX==0 && nMBY>0 && (nMBY%ct->m_nVPMbRow)==0) { 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.c938 gpMfeConfig->ctxRateControl.m_nVPMbRow = MFE_ER_MBY; in MDrv_MFE_Ioctl()