Searched refs:pYRef (Results 1 – 2 of 2) sorted by relevance
99 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth) { in CompareLine() argument102 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() local122 pYRef = (uint8_t*)pRefPixMap->pPixel[0]; in ScrollDetectionCore()138 pYTmp = pYRef + iSearchPos * iYStride + iOffsetX; in ScrollDetectionCore()165 pYTmp = pYRef + iSearchPos * iYStride + iOffsetX; in ScrollDetectionCore()
57 int32_t CompareLine (uint8_t* pYSrc, uint8_t* pYRef, const int32_t kiWidth);