Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp117 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in GetFrameSadExcludeBackground() local
126 for (int32_t j = 0; j < iGomMbNum; j ++) { in GetFrameSadExcludeBackground()
180 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaSad() local
194 for (int32_t j = 0; j < iGomMbNum; j ++) { in AnalyzeGomComplexityViaSad()
229 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaVar() local
241 for (int32_t j = 0; j < iGomMbNum; j ++) { in AnalyzeGomComplexityViaVar()