Home
last modified time | relevance | path

Searched refs:pSumOfDiff8x8 (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalculation.cpp133 (int32_t*)pResult->pSumOfDiff8x8, (uint8_t*)pResult->pMad8x8); in Process()
136 … (int32_t*) (pResult->pSad8x8), (int32_t*) (pResult->pSumOfDiff8x8), (uint8_t*)pResult->pMad8x8); in Process()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h178 int (*pSumOfDiff8x8)[4]; member
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp127 pSd8x8 = sVaaCalcInfo->pSumOfDiff8x8; in GetOUParameters()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1740 (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfDiff8x8 = static_cast<int32_t (*)[4]> in RequestMemorySvc()
1742 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfDiff8x8)) in RequestMemorySvc()
1962 pMa->WelsFree (pCtx->pVaa->sVaaCalcInfo.pSumOfDiff8x8, "pVaa->sVaaCalcInfo.pSumOfDiff8x8"); in FreeMemorySvc()
1963 pCtx->pVaa->sVaaCalcInfo.pSumOfDiff8x8 = NULL; in FreeMemorySvc()