Home
last modified time | relevance | path

Searched refs:pSum16x16 (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/codec/processing/src/vaacalc/
Dvaacalcfuncs.cpp39 …int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16, int32_t* psqdiff16… in VAACalcSadSsd_c() argument
56 pSum16x16[mb_index] = 0; in VAACalcSadSsd_c()
76 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_c()
96 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_c()
116 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_c()
136 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_c()
151 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16) { in VAACalcSadVar_c() argument
168 pSum16x16[mb_index] = 0; in VAACalcSadVar_c()
186 pSum16x16[mb_index] += l_sum; in VAACalcSadVar_c()
204 pSum16x16[mb_index] += l_sum; in VAACalcSadVar_c()
[all …]
Dvaacalculation.h60 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* pSumSquare16x16,
70 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* pSumSquare16x16);
75 …int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* pSumSquare16x16, int32_t* pSsd1…
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/test/processing/
DProcessUT_VaaCalc.cpp13 …int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16, int32_t* psqdiff16… in VAACalcSadSsd_ref() argument
30 pSum16x16[mb_index] = 0; in VAACalcSadSsd_ref()
50 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_ref()
70 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_ref()
90 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_ref()
110 pSum16x16[mb_index] += l_sum; in VAACalcSadSsd_ref()
125 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16) { in VAACalcSadVar_ref() argument
142 pSum16x16[mb_index] = 0; in VAACalcSadVar_ref()
160 pSum16x16[mb_index] += l_sum; in VAACalcSadVar_ref()
178 pSum16x16[mb_index] += l_sum; in VAACalcSadVar_ref()
[all …]
/third_party/openh264/codec/processing/interface/
DIWelsVP.h176 int* pSum16x16; // sum of 16x16 member
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp109 uiSum = pVaaCalcResults->pSum16x16[iMbIndex]; in Process()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp255 uiSampleSum += pVaaCalcResults->pSum16x16[i]; in AnalyzeGomComplexityViaVar()
/third_party/openh264/codec/processing/src/x86/
Dvaa.asm678 pxor xmm5, xmm5 ; pSum16x16
817 pxor xmm5, xmm5 ; pSum16x16
962 pxor xmm6, xmm6 ; pSum16x16
1117 pxor xmm6, xmm6 ; pSum16x16
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1732 (*ppCtx)->pVaa->sVaaCalcInfo.pSum16x16 = static_cast<int32_t*> in RequestMemorySvc()
1734 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSum16x16)) in RequestMemorySvc()
1956 pMa->WelsFree (pCtx->pVaa->sVaaCalcInfo.pSum16x16, "pVaa->sVaaCalcInfo.pSum16x16"); in FreeMemorySvc()
1957 pCtx->pVaa->sVaaCalcInfo.pSum16x16 = NULL; in FreeMemorySvc()