Searched refs:pSumOfSquare16x16 (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalculation.cpp | 132 … (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/ |
D | IWelsVP.h | 177 int* pSumOfSquare16x16; // sum of square of 16x16 member
|
/third_party/openh264/codec/processing/src/adaptivequantization/ |
D | AdaptiveQuantization.cpp | 110 iSQSum = pVaaCalcResults->pSumOfSquare16x16[iMbIndex]; in Process()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 256 uiSquareSum += pVaaCalcResults->pSumOfSquare16x16[i]; in AnalyzeGomComplexityViaVar()
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 1735 (*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()
|