Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp412 int32_t iInterSad, iScrollSad, iBlockSadH, iBlockSadV, iGomSad = 0; in GomComplexityAnalysisInter() local
451 iScrollSad = m_pSadFunc (pTmpCur, iStrideY, pTmpRefScroll, iStrideX); in GomComplexityAnalysisInter()
453 if (iScrollSad < iInterSad) { in GomComplexityAnalysisInter()
454 iInterSad = iScrollSad; in GomComplexityAnalysisInter()