Lines Matching refs:iWidth
109 int32_t iWidth = pSrcPixMap->sRect.iRectWidth; in GetFrameSadExcludeBackground() local
111 int32_t iMbWidth = iWidth >> 4; in GetFrameSadExcludeBackground()
172 int32_t iWidth = pSrcPixMap->sRect.iRectWidth; in AnalyzeGomComplexityViaSad() local
174 int32_t iMbWidth = iWidth >> 4; in AnalyzeGomComplexityViaSad()
221 int32_t iWidth = pSrcPixMap->sRect.iRectWidth; in AnalyzeGomComplexityViaVar() local
223 int32_t iMbWidth = iWidth >> 4; in AnalyzeGomComplexityViaVar()
351 int32_t iWidth = pSrc->sRect.iRectWidth; in GomComplexityAnalysisIntra() local
353 int32_t iBlockWidth = iWidth >> 4; in GomComplexityAnalysisIntra()
407 int32_t iWidth = pSrc->sRect.iRectWidth; in GomComplexityAnalysisInter() local
409 int32_t iBlockWidth = iWidth >> 4; in GomComplexityAnalysisInter()
448 (iBlockPointX + iScrollMvX >= 0) && (iBlockPointX + iScrollMvX <= iWidth - 8) && in GomComplexityAnalysisInter()