Home
last modified time | relevance | path

Searched refs:pNonZeroCountBlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h131 int8_t* pNonZeroCountBlocks; // (*pNonZeroCountBlocks)[MB_LUMA_CHROMA_BLOCK4x4_NUM]; member
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp902 …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()