Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h133pIntra4x4PredModeBlocks; // (*pIntra4x4PredModeBlocks)[INTRA_4x4_MODE_NUM]; //last byte is n… member
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp901 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()