Home
last modified time | relevance | path

Searched refs:pSumOfSquare16x16 (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalculation.cpp132 … (int32_t*)pResult->pSad8x8, pResult->pSum16x16, pResult->pSumOfSquare16x16, pResult->pSsd16x16, in Process()
141 … (int32_t*)pResult->pSad8x8, pResult->pSum16x16, pResult->pSumOfSquare16x16, pResult->pSsd16x16); in Process()
145 … (int32_t*)pResult->pSad8x8, pResult->pSum16x16, pResult->pSumOfSquare16x16); in Process()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h177 int* pSumOfSquare16x16; // sum of square of 16x16 member
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp110 iSQSum = pVaaCalcResults->pSumOfSquare16x16[iMbIndex]; in Process()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp256 uiSquareSum += pVaaCalcResults->pSumOfSquare16x16[i]; in AnalyzeGomComplexityViaVar()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1735 (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfSquare16x16 = static_cast<int32_t*> in RequestMemorySvc()
1737 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSumOfSquare16x16)) in RequestMemorySvc()
1958 …pMa->WelsFree (pCtx->pVaa->sVaaCalcInfo.pSumOfSquare16x16, "pVaa->sVaaCalcInfo.pSumOfSquare16x16"); in FreeMemorySvc()
1959 pCtx->pVaa->sVaaCalcInfo.pSumOfSquare16x16 = NULL; in FreeMemorySvc()