Searched refs:iGomMbStartIndex (Results 1 – 1 of 1) sorted by relevance
118 int32_t iGomMbStartIndex = 0, iGomMbEndIndex = 0; in GetFrameSadExcludeBackground() local127 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() local197 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() local245 iGomMbStartIndex = j * iMbNumInGom; in AnalyzeGomComplexityViaVar()247 iGomMbRowNum = (iGomMbEndIndex + iMbWidth - 1) / iMbWidth - iGomMbStartIndex / iMbWidth; in AnalyzeGomComplexityViaVar()[all …]