Searched refs:pNonZeroCountBlocks (Results 1 – 2 of 2) sorted by relevance
131 int8_t* pNonZeroCountBlocks; // (*pNonZeroCountBlocks)[MB_LUMA_CHROMA_BLOCK4x4_NUM]; member
902 …pList[iIdx].pNonZeroCount = &pEnc->pNonZeroCountBlocks[iIdx * MB_LUMA_CHROMA_BLOCK4x4_NU… in InitMbInfo()1663 (*ppCtx)->pNonZeroCountBlocks = static_cast<int8_t*> in RequestMemorySvc()1665 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pNonZeroCountBlocks)) in RequestMemorySvc()1877 if (NULL != pCtx->pNonZeroCountBlocks) { in FreeMemorySvc()1878 pMa->WelsFree (pCtx->pNonZeroCountBlocks, "pNonZeroCountBlocks"); in FreeMemorySvc()1879 pCtx->pNonZeroCountBlocks = NULL; in FreeMemorySvc()