Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetectionFuncs.cpp118 …int32_t iMaxHeight = WELS_MIN (iOffsetY + iHeight - 1, iPicHeight - 1) ; //offset_y + height - 1;// in ScrollDetectionCore() local
133 iMaxAbs = WELS_MIN (WELS_MAX (iTestPos - iMinHeight - 1, iMaxHeight - iTestPos), MAX_SCROLL_MV_Y); in ScrollDetectionCore()
137 if (iSearchPos <= iMaxHeight) { in ScrollDetectionCore()
142 int32_t iLowOffset = WELS_MIN (iMaxHeight - iSearchPos, CHECK_OFFSET); in ScrollDetectionCore()
174 iCheckedLines = WELS_MIN (iMaxHeight - iTestPos + iUpOffset, 2 * CHECK_OFFSET); in ScrollDetectionCore()