Home
last modified time | relevance | path

Searched defs:pSad8x8 (Results 1 – 8 of 8) 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()
151 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16) { in VAACalcSadVar_c()
256 int32_t* pFrameSad, int32_t* pSad8x8) { in VAACalcSad_c()
340 …int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16, int32_t* psqdiff16… in VAACalcSadSsdBgd_c()
488 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, uint8_t* pMad8x8) { in VAACalcSadBgd_c()
/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()
125 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16) { in VAACalcSadVar_ref()
229 int32_t* pFrameSad, int32_t* pSad8x8) { in VAACalcSad_ref()
313 …int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSum16x16, int32_t* psqsum16x16, int32_t* psqdiff16… in VAACalcSadSsdBgd_ref()
459 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, uint8_t* pMad8x8) { in VAACalcSadBgd_ref()
/third_party/openh264/codec/processing/src/loongarch/
Dvaa_lsx.c48 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, in VAACalcSadBgd_lsx()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp152 void GomSampleSad (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, uint8_t pB… in GomSampleSad()
160 …GomSampleSadExceptBackground (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, in GomSampleSadExceptBackground()
/third_party/openh264/codec/processing/src/mips/
Dvaa_mmi.c249 int32_t* pFrameSad, int32_t* pSad8x8) { in VAACalcSad_mmi()
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp122 int32_t (*pSad8x8)[4]; in GetOUParameters() local
/third_party/openh264/codec/encoder/core/src/
Dmd.cpp389 uint8_t MdInterAnalysisVaaInfo_c (int32_t* pSad8x8) { in MdInterAnalysisVaaInfo_c()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h174 int (*pSad8x8)[4]; // sad of 8x8, every 4 in the same 16x16 get together member