Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h121 int32_t* pSadCostMb; member
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp900 pList[iIdx].pSadCost = &pEnc->pSadCostMb[iIdx]; in InitMbInfo()
1675 (*ppCtx)->pSadCostMb = static_cast<int32_t*> in RequestMemorySvc()
1677 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pSadCostMb)) in RequestMemorySvc()
1901 if (NULL != pCtx->pSadCostMb) { in FreeMemorySvc()
1902 pMa->WelsFree (pCtx->pSadCostMb, "pSadCostMb"); in FreeMemorySvc()
1903 pCtx->pSadCostMb = NULL; in FreeMemorySvc()