Home
last modified time | relevance | path

Searched refs:pGomSad (Results 1 – 2 of 2) sorted by relevance

/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() 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 void GomSampleSadExceptBackground (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSa… in GomSampleSadExceptBackground() argument
164 *pGomSad += pSad8x8[0]; in GomSampleSadExceptBackground()
165 *pGomSad += pSad8x8[1]; in GomSampleSadExceptBackground()
166 *pGomSad += pSad8x8[2]; in GomSampleSadExceptBackground()
167 *pGomSad += pSad8x8[3]; in GomSampleSadExceptBackground()
DComplexityAnalysis.h53 typedef void (GOMSadFunc) (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8,