Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp419 int32_t iInterSad, iScrollSad, iBlockSadH, iBlockSadV, iGomSad = 0; in GomComplexityAnalysisInter() local
452 iInterSad = m_pSadFunc (pTmpCur, iStrideY, pTmpRef, iStrideX); in GomComplexityAnalysisInter()
454 if ((iInterSad != 0) && in GomComplexityAnalysisInter()
460 if (iScrollSad < iInterSad) { in GomComplexityAnalysisInter()
461 iInterSad = iScrollSad; in GomComplexityAnalysisInter()
478 iGomSad += WELS_MIN (WELS_MIN (iBlockSadH, iBlockSadV), iInterSad); in GomComplexityAnalysisInter()