Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c629 ctx->nHeight = pConfig->nBufHeight; in IntraUpdateInit()
630 MS_ASSERT(ctx->nHeight%16==0); in IntraUpdateInit()
631 ctx->nTotalMb = (ctx->nWidth*ctx->nHeight)>>8; in IntraUpdateInit()
679 rcInfo.nHeight= pConfig->nBufHeight; in _sw263v_ReinitRateCtrl()
701 pConfig->rcInfo.nHeight = pConfig->nBufHeight; in MfeDrvRateControlInit()
H A Dmfe_reg_jpge.c_27 int nWidth, nHeight;
98 pInfo->nHeight = pConfig->nBufHeight;
155 mfe_reg->reg_mfe_g_pic_height = (pJpgInfo->nHeight+7)&~7;
H A DIntraUpdate.h97 MS_S32 nWidth, nHeight; member
H A Dmfe_h263_rc.h91 MS_S32 nWidth, nHeight; member
H A DmsRateCtrl.h133 MS_S32 nWidth, nHeight; member
H A Dmfe_common.h208 MS_S32 nWidth, nHeight; member
H A Dmfe_h263_rc.c129 rcctx->m_nHeight = pRCInfo->nHeight; in rc_Init()
H A DmsRateCtrl.c186 ct->m_nHeight = pRCInfo->nHeight; in cvbr_InitRateControl()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_common.c677 ctx->nHeight = pConfig->nBufHeight; in IntraUpdateInit()
678 MFE_ASSERT(ctx->nHeight%16==0); in IntraUpdateInit()
679 ctx->nTotalMb = (ctx->nWidth*ctx->nHeight)>>8; in IntraUpdateInit()
731 pConfig->rcInfo.nHeight = pConfig->nBufHeight; in MfeDrvRateControlInit()
H A DIntraUpdate.h95 int nWidth, nHeight; member
H A DmsRateCtrl.h133 int nWidth, nHeight; member
H A Dmfe_common.h188 int nWidth, nHeight; member
H A Dmfe_reg_jpge.c108 mfe_reg.reg_mfe_g_pic_height = (pJpgInfo->nHeight+7)&~7; in OutputSwCfg1_Jpg()
H A DmsRateCtrl.c187 ct->m_nHeight = pRCInfo->nHeight; in cvbr_InitRateControl()