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.cpp116 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in GetFrameSadExcludeBackground() local
125 for (int32_t j = 0; j < iGomMbNum; j ++) { in GetFrameSadExcludeBackground()
179 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaSad() local
193 for (int32_t j = 0; j < iGomMbNum; j ++) { in AnalyzeGomComplexityViaSad()
228 int32_t iGomMbNum = (iMbNum + iMbNumInGom - 1) / iMbNumInGom; in AnalyzeGomComplexityViaVar() local
240 for (int32_t j = 0; j < iGomMbNum; j ++) { in AnalyzeGomComplexityViaVar()