Searched refs:pGomSad (Results 1 – 2 of 2) sorted by relevance
152 void GomSampleSad (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8, uint8_t pB… in GomSampleSad() argument154 *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() argument164 *pGomSad += pSad8x8[0]; in GomSampleSadExceptBackground()165 *pGomSad += pSad8x8[1]; in GomSampleSadExceptBackground()166 *pGomSad += pSad8x8[2]; in GomSampleSadExceptBackground()167 *pGomSad += pSad8x8[3]; in GomSampleSadExceptBackground()
53 typedef void (GOMSadFunc) (uint32_t* pGomSad, int32_t* pGomForegroundBlockNum, int32_t* pSad8x8,