Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetectionFuncs.cpp42 int32_t iChangedTimes = 0; in CheckLine() local
49 iChangedTimes += (pData[i] != pData[i - 1]); in CheckLine()
61 iQualified = (iChangedTimes > 3); in CheckLine()