Searched refs:pInterPredictionDoneFlag (Results 1 – 4 of 4) sorted by relevance
81 int8_t* pInterPredictionDoneFlag; member
367 int8_t* pInterPredictionDoneFlag[LAYER_NUM_EXCHANGEABLE]; member
663 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacISliceBaseMode0()873 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacPSliceBaseMode0()884 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacPSliceBaseMode0()1110 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacBSliceBaseMode0()1124 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacBSliceBaseMode0()1366 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacPSlice()1437 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsDecodeMbCabacBSlice()1809 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsActualDecodeMbCavlcISlice()2131 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0;//2009.10.23 in WelsActualDecodeMbCavlcPSlice()2152 pCurDqLayer->pInterPredictionDoneFlag[iMbXy] = 0; in WelsActualDecodeMbCavlcPSlice()[all …]
1580 …pCtx->sMb.pInterPredictionDoneFlag[i] = (int8_t*) pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->sMb… in InitialDqLayersContext()1617 (NULL == pCtx->sMb.pInterPredictionDoneFlag[i]) || in InitialDqLayersContext()1778 if (pCtx->sMb.pInterPredictionDoneFlag[i]) { in UninitialDqLayersContext()1779 pMa->WelsFree (pCtx->sMb.pInterPredictionDoneFlag[i], "pCtx->sMb.pInterPredictionDoneFlag[]"); in UninitialDqLayersContext()1781 pCtx->sMb.pInterPredictionDoneFlag[i] = NULL; in UninitialDqLayersContext()2471 pCurDq->pInterPredictionDoneFlag = pCtx->sMb.pInterPredictionDoneFlag[0]; in InitCurDqLayerData()