Searched refs:pHwMbMap (Results 1 – 10 of 10) sorted by relevance
93 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()
632 …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()
99 HW_MB_MAP *pHwMbMap; // Hw/sw shared. of size nTotalSize member
779 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_Mp4()790 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_Mp4()
837 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_H264()848 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_H264()
142 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()
680 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()
455 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_H264()465 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_H264()
627 if (ctx->pHwMbMap[i].intra) { in OutputSwCfg1_Mp4()637 prv_intra = ctx->pHwMbMap[i].intra; in OutputSwCfg1_Mp4()
97 HW_MB_MAP *pHwMbMap; // Hw/sw shared. of size nTotalSize member