Home
last modified time | relevance | path

Searched refs:pSad8x8 (Results 1 – 19 of 19) 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
75 pSad8x8[ (mb_index << 2) + 0] = l_sad; in VAACalcSadSsd_c()
95 pSad8x8[ (mb_index << 2) + 1] = l_sad; in VAACalcSadSsd_c()
115 pSad8x8[ (mb_index << 2) + 2] = l_sad; in VAACalcSadSsd_c()
135 pSad8x8[ (mb_index << 2) + 3] = l_sad; in VAACalcSadSsd_c()
151 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16) { in VAACalcSadVar_c() argument
185 pSad8x8[ (mb_index << 2) + 0] = l_sad; in VAACalcSadVar_c()
203 pSad8x8[ (mb_index << 2) + 1] = l_sad; in VAACalcSadVar_c()
221 pSad8x8[ (mb_index << 2) + 2] = l_sad; in VAACalcSadVar_c()
239 pSad8x8[ (mb_index << 2) + 3] = l_sad; in VAACalcSadVar_c()
[all …]
Dvaacalculation.h55 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, uint8_t* pMad8x8);
60 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* pSumSquare16x16,
65 int32_t* pFrameSad, int32_t* pSad8x8);
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()
136 … (int32_t*) (pResult->pSad8x8), (int32_t*) (pResult->pSumOfDiff8x8), (uint8_t*)pResult->pMad8x8); 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()
148 (int32_t*)pResult->pSad8x8); in Process()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp132 uiFrameSad += pVaaCalcResults->pSad8x8[i][0]; in GetFrameSadExcludeBackground()
133 uiFrameSad += pVaaCalcResults->pSad8x8[i][1]; in GetFrameSadExcludeBackground()
134 uiFrameSad += pVaaCalcResults->pSad8x8[i][2]; in GetFrameSadExcludeBackground()
135 uiFrameSad += pVaaCalcResults->pSad8x8[i][3]; in GetFrameSadExcludeBackground()
152 void GomSampleSad (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, uint8_t pB… in GomSampleSad() argument
154 *pGomSad += pSad8x8[0]; in GomSampleSad()
155 *pGomSad += pSad8x8[1]; in GomSampleSad()
156 *pGomSad += pSad8x8[2]; in GomSampleSad()
157 *pGomSad += pSad8x8[3]; in GomSampleSad()
160 …GomSampleSadExceptBackground (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, in GomSampleSadExceptBackground() argument
[all …]
DComplexityAnalysis.h53 typedef void (GOMSadFunc) (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8,
/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
49 pSad8x8[ (mb_index << 2) + 0] = l_sad; in VAACalcSadSsd_ref()
69 pSad8x8[ (mb_index << 2) + 1] = l_sad; in VAACalcSadSsd_ref()
89 pSad8x8[ (mb_index << 2) + 2] = l_sad; in VAACalcSadSsd_ref()
109 pSad8x8[ (mb_index << 2) + 3] = l_sad; in VAACalcSadSsd_ref()
125 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16) { in VAACalcSadVar_ref() argument
159 pSad8x8[ (mb_index << 2) + 0] = l_sad; in VAACalcSadVar_ref()
177 pSad8x8[ (mb_index << 2) + 1] = l_sad; in VAACalcSadVar_ref()
195 pSad8x8[ (mb_index << 2) + 2] = l_sad; in VAACalcSadVar_ref()
213 pSad8x8[ (mb_index << 2) + 3] = l_sad; in VAACalcSadVar_ref()
[all …]
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp122 int32_t (*pSad8x8)[4]; in GetOUParameters() local
125 pSad8x8 = sVaaCalcInfo->pSad8x8; in GetOUParameters()
129 iSubSAD[0] = pSad8x8[iMbIndex][0]; in GetOUParameters()
130 iSubSAD[1] = pSad8x8[iMbIndex][1]; in GetOUParameters()
131 iSubSAD[2] = pSad8x8[iMbIndex][2]; in GetOUParameters()
132 iSubSAD[3] = pSad8x8[iMbIndex][3]; in GetOUParameters()
/third_party/openh264/codec/processing/src/loongarch/
Dvaa_lsx.c48 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, in VAACalcSadBgd_lsx() argument
109 pSad8x8[tmp_mb_index] = l_sad; in VAACalcSadBgd_lsx()
147 pSad8x8[tmp_mb_index1] = l_sad; in VAACalcSadBgd_lsx()
185 pSad8x8[tmp_mb_index2] = l_sad; in VAACalcSadBgd_lsx()
223 pSad8x8[tmp_mb_index3] = l_sad; in VAACalcSadBgd_lsx()
/third_party/openh264/codec/encoder/core/inc/
Dmd.h149 uint8_t MdInterAnalysisVaaInfo_c (int32_t* pSad8x8);
169 uint8_t MdInterAnalysisVaaInfo_sse2 (int32_t* pSad8x8);
170 uint8_t MdInterAnalysisVaaInfo_sse41 (int32_t* pSad8x8);
Dwels_func_ptr_def.h181 typedef uint8_t (*PGetMbSignFromInterVaaFunc) (int32_t* pSad8x8);
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp103 iSumDiff = pVaaCalcResults->pSad8x8[iMbIndex][0]; in Process()
104 iSumDiff += pVaaCalcResults->pSad8x8[iMbIndex][1]; in Process()
105 iSumDiff += pVaaCalcResults->pSad8x8[iMbIndex][2]; in Process()
106 iSumDiff += pVaaCalcResults->pSad8x8[iMbIndex][3]; in Process()
/third_party/openh264/codec/processing/src/mips/
Dvaa_mmi.c249 int32_t* pFrameSad, int32_t* pSad8x8) { in VAACalcSad_mmi() argument
331 [pSad8x8]"+&r"(pSad8x8), [iPicStride]"+&r"(iPicStride), in VAACalcSad_mmi()
/third_party/openh264/codec/encoder/core/src/
Dmd.cpp389 uint8_t MdInterAnalysisVaaInfo_c (int32_t* pSad8x8) { in MdInterAnalysisVaaInfo_c() argument
393 iSadBlock[0] = pSad8x8[0]; in MdInterAnalysisVaaInfo_c()
396 iSadBlock[1] = pSad8x8[1]; in MdInterAnalysisVaaInfo_c()
399 iSadBlock[2] = pSad8x8[2]; in MdInterAnalysisVaaInfo_c()
402 iSadBlock[3] = pSad8x8[3]; in MdInterAnalysisVaaInfo_c()
Dsvc_mode_decision.cpp617 …EncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8x8[pCurMb->iMbXY][0]… in WelsMdInterFinePartitionVaaOnScreen()
Dencoder_ext.cpp1726 (*ppCtx)->pVaa->sVaaCalcInfo.pSad8x8 = static_cast<int32_t (*)[4]> in RequestMemorySvc()
1728 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pSad8x8)) in RequestMemorySvc()
1952 pMa->WelsFree (pCtx->pVaa->sVaaCalcInfo.pSad8x8, "pVaa->sVaaCalcInfo.sad8x8"); in FreeMemorySvc()
1953 pCtx->pVaa->sVaaCalcInfo.pSad8x8 = NULL; in FreeMemorySvc()
Dsvc_base_layer_md.cpp1275 …EncCtx->pFuncList->pfGetMbSignFromInterVaa (&pEncCtx->pVaa->sVaaCalcInfo.pSad8x8[pCurMb->iMbXY][0]… in WelsMdInterFinePartitionVaa()
/third_party/openh264/codec/common/x86/
Dvaa.asm336 ; uint8_t MdInterAnalysisVaaInfo_sse41( int32_t *pSad8x8 )
370 ; uint8_t MdInterAnalysisVaaInfo_sse2( int32_t *pSad8x8 )
/third_party/openh264/codec/processing/interface/
DIWelsVP.h174 int (*pSad8x8)[4]; // sad of 8x8, every 4 in the same 16x16 get together member
/third_party/openh264/codec/processing/src/x86/
Dvaa.asm677 pxor xmm6, xmm6 ; hiQuad_loQuad pSad8x8
816 pxor xmm6, xmm6 ; hiQuad_loQuad pSad8x8
961 pxor xmm7, xmm7 ; hiQuad_loQuad pSad8x8
1116 pxor xmm7, xmm7 ; hiQuad_loQuad pSad8x8
1272 pxor xmm7, xmm7 ; pSad8x8
1454 pxor xmm7, xmm7 ; pSad8x8 interleaves sqsum16x16: sqsum1 sad1 sqsum0 sad0
1685 pxor xmm7, xmm7 ; pSad8x8
1859 pxor xmm7, xmm7 ; pSad8x8 interleaves sqsum16x16: sqsum1 sad1 sqsum0 sad0