Searched refs:pSum16x16 (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalcfuncs.cpp | 39 …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 …]
|
D | vaacalculation.h | 60 … 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…
|
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/test/processing/ |
D | ProcessUT_VaaCalc.cpp | 13 …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/ |
D | IWelsVP.h | 176 int* pSum16x16; // sum of 16x16 member
|
/third_party/openh264/codec/processing/src/adaptivequantization/ |
D | AdaptiveQuantization.cpp | 109 uiSum = pVaaCalcResults->pSum16x16[iMbIndex]; in Process()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 255 uiSampleSum += pVaaCalcResults->pSum16x16[i]; in AnalyzeGomComplexityViaVar()
|
/third_party/openh264/codec/processing/src/x86/ |
D | vaa.asm | 678 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/ |
D | encoder_ext.cpp | 1732 (*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()
|