Home
last modified time | relevance | path

Searched refs:pHwMbMap (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DIntraUpdate.c93 ctx->pHwMbMap[i].intra = 0; in IntraUpdate_Init()
109 if (ctx->pHwMbMap[i].motion) // 1bit in IntraUpdate_Frame()
113 if (ctx->pHwMbMap[i].intra) in IntraUpdate_Frame()
121 ctx->pHwMbMap[i].intra = 0; in IntraUpdate_Frame()
131 ctx->pHwMbMap[i].intra = 1; in IntraUpdate_Frame()
147 ctx->pHwMbMap[i].intra = 1; in IntraUpdate_Frame()
153 ctx->pHwMbMap[i].intra = 1; in IntraUpdate_Frame()
H A Dmfe_common.c632 …ctx->pHwMbMap = MfeDrvMemMalloc(sizeof(HW_MB_MAP)*ctx->nTotalMb, (const MS_S8*)("pHwMbMap"));//pCo… in IntraUpdateInit()
662 if (ctx->pHwMbMap) { in IntraUpdateClose()
663 MfeDrvMemFree((void**)&ctx->pHwMbMap, (const MS_S8*)("pHwMbMap")); in IntraUpdateClose()
H A DIntraUpdate.h99 HW_MB_MAP *pHwMbMap; // Hw/sw shared. of size nTotalSize member
H A Dmfe_reg_m4ve.c779 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_Mp4()
790 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c837 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_H264()
848 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_H264()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DIntraUpdate.c142 ctx->pHwMbMap[i].intra = 0; in IntraUpdate_Init()
158 if (ctx->pHwMbMap[i].motion) // 1bit in IntraUpdate_Frame()
162 if (ctx->pHwMbMap[i].intra) in IntraUpdate_Frame()
170 ctx->pHwMbMap[i].intra = 0; in IntraUpdate_Frame()
180 ctx->pHwMbMap[i].intra = 1; in IntraUpdate_Frame()
196 ctx->pHwMbMap[i].intra = 1; in IntraUpdate_Frame()
202 ctx->pHwMbMap[i].intra = 1; in IntraUpdate_Frame()
H A Dmfe_common.c680 if (!ctx->pHwMbMap) in IntraUpdateInit()
681 ctx->pHwMbMap = pConfig->m_UIHwMap;//new HW_MB_MAP[ctx->nTotalMb]; in IntraUpdateInit()
712 if (ctx->pHwMbMap) { in IntraUpdateClose()
714 ctx->pHwMbMap = NULL; in IntraUpdateClose()
H A Dmfe_reg_264e.c455 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_H264()
465 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_H264()
H A Dmfe_reg_m4ve.c627 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_Mp4()
637 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_Mp4()
H A DIntraUpdate.h97 HW_MB_MAP *pHwMbMap; // Hw/sw shared. of size nTotalSize member