Searched refs:pIntra4x4PredModeBlocks (Results 1 – 2 of 2) sorted by relevance
133 …pIntra4x4PredModeBlocks; // (*pIntra4x4PredModeBlocks)[INTRA_4x4_MODE_NUM]; //last byte is n… member
901 pList[iIdx].pIntra4x4PredMode = &pEnc->pIntra4x4PredModeBlocks[iIdx * INTRA_4x4_MODE_NUM]; in InitMbInfo()1659 (*ppCtx)->pIntra4x4PredModeBlocks = static_cast<int8_t*> in RequestMemorySvc()1661 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pIntra4x4PredModeBlocks)) in RequestMemorySvc()1872 if (NULL != pCtx->pIntra4x4PredModeBlocks) { in FreeMemorySvc()1873 pMa->WelsFree (pCtx->pIntra4x4PredModeBlocks, "pIntra4x4PredModeBlocks"); in FreeMemorySvc()1874 pCtx->pIntra4x4PredModeBlocks = NULL; in FreeMemorySvc()