Home
last modified time | relevance | path

Searched refs:SW_MB_MAP (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DIntraUpdate.h91 } SW_MB_MAP; typedef
98 SW_MB_MAP *pSwMbMap; // sw only. of size nTotalSize
H A Dmfe_common.h379 SW_MB_MAP m_UISwMap[MAX_RESOLUTION_X*MAX_RESOLUTION_Y/256];
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DIntraUpdate.h93 } SW_MB_MAP; typedef
100 SW_MB_MAP *pSwMbMap; // sw only. of size nTotalSize
H A Dmfe_common.c633 …ctx->pSwMbMap = MfeDrvMemMalloc(sizeof(SW_MB_MAP)*ctx->nTotalMb, (const MS_S8*)("pSwMbMap"));//pCo… in IntraUpdateInit()