Home
last modified time | relevance | path

Searched refs:iGomMbStartIndex (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
127 iGomMbStartIndex = j * iMbNumInGom; 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
197 iGomMbStartIndex = j * iMbNumInGom; in AnalyzeGomComplexityViaSad()
199 iGomMbRowNum = (iGomMbEndIndex + iMbWidth - 1) / iMbWidth - iGomMbStartIndex / iMbWidth; in AnalyzeGomComplexityViaSad()
201 iMbStartIndex = iGomMbStartIndex; in AnalyzeGomComplexityViaSad()
232 int32_t iGomMbStartIndex = 0, iGomMbEndIndex = 0, iGomMbRowNum = 0; in AnalyzeGomComplexityViaVar() local
245 iGomMbStartIndex = j * iMbNumInGom; in AnalyzeGomComplexityViaVar()
247 iGomMbRowNum = (iGomMbEndIndex + iMbWidth - 1) / iMbWidth - iGomMbStartIndex / iMbWidth; in AnalyzeGomComplexityViaVar()
[all …]