Searched defs:pSad8x8 (Results 1 – 8 of 8) 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() 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/ |
D | ProcessUT_VaaCalc.cpp | 13 …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/ |
D | vaa_lsx.c | 48 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, in VAACalcSadBgd_lsx()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 152 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/ |
D | vaa_mmi.c | 249 int32_t* pFrameSad, int32_t* pSad8x8) { in VAACalcSad_mmi()
|
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 122 int32_t (*pSad8x8)[4]; in GetOUParameters() local
|
/third_party/openh264/codec/encoder/core/src/ |
D | md.cpp | 389 uint8_t MdInterAnalysisVaaInfo_c (int32_t* pSad8x8) { in MdInterAnalysisVaaInfo_c()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 174 int (*pSad8x8)[4]; // sad of 8x8, every 4 in the same 16x16 get together member
|