Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp118 int32_t iGomMbStartIndex = 0, iGomMbEndIndex = 0; in GetFrameSadExcludeBackground() local
128 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in GetFrameSadExcludeBackground()
130 for (int32_t i = iGomMbStartIndex; i < iGomMbEndIndex; i ++) { in GetFrameSadExcludeBackground()
182 int32_t iGomMbStartIndex = 0, iGomMbEndIndex = 0, iGomMbRowNum = 0; in AnalyzeGomComplexityViaSad() local
198 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in AnalyzeGomComplexityViaSad()
199 iGomMbRowNum = (iGomMbEndIndex + iMbWidth - 1) / iMbWidth - iGomMbStartIndex / iMbWidth; in AnalyzeGomComplexityViaSad()
202 iMbEndIndex = WELS_MIN ((iMbStartIndex / iMbWidth + 1) * iMbWidth, iGomMbEndIndex); in AnalyzeGomComplexityViaSad()
211 iMbEndIndex = WELS_MIN (iMbEndIndex + iMbWidth , iGomMbEndIndex); in AnalyzeGomComplexityViaSad()
232 int32_t iGomMbStartIndex = 0, iGomMbEndIndex = 0, iGomMbRowNum = 0; in AnalyzeGomComplexityViaVar() local
246 iGomMbEndIndex = WELS_MIN ((j + 1) * iMbNumInGom, iMbNum); in AnalyzeGomComplexityViaVar()
[all …]