Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetectionFuncs.cpp99 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth) { in CompareLine() function
139 if (!CompareLine (pYLine, pYTmp, iWidth)) { in ScrollDetectionCore()
150 if (CompareLine (pYLineUpper, pYUpper, iWidth)) { in ScrollDetectionCore()
166 if (!CompareLine (pYLine, pYTmp, iWidth)) { in ScrollDetectionCore()
177 if (CompareLine (pYLineUpper, pYUpper, iWidth)) { in ScrollDetectionCore()
DScrollDetectionFuncs.h57 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth);