Home
last modified time | relevance | path

Searched refs:pYRef (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() argument
102 if (LD32 (pYSrc) != LD32 (pYRef)) return 1; in CompareLine()
103 if (LD32 (pYSrc + 4) != LD32 (pYRef + 4)) return 1; in CompareLine()
104 if (LD32 (pYSrc + 8) != LD32 (pYRef + 8)) return 1; in CompareLine()
106 iCmp = WelsMemcmp (pYSrc + 12, pYRef + 12, kiWidth - 12); in CompareLine()
119 uint8_t* pYRef, *pYSrc; in ScrollDetectionCore() local
122 pYRef = (uint8_t*)pRefPixMap->pPixel[0]; in ScrollDetectionCore()
138 pYTmp = pYRef + iSearchPos * iYStride + iOffsetX; in ScrollDetectionCore()
165 pYTmp = pYRef + iSearchPos * iYStride + iOffsetX; in ScrollDetectionCore()
DScrollDetectionFuncs.h57 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth);