Searched refs:CompareLine (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetectionFuncs.cpp | 99 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()
|
D | ScrollDetectionFuncs.h | 57 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth);
|