Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Dlz77.c304 unsigned short same0 = h->same[pos & ZOPFLI_WINDOW_MASK]; in ZopfliFindLongestMatch() local
305 if (same0 > 2 && *scan == *match) { in ZopfliFindLongestMatch()
307 unsigned short same = same0 < same1 ? same0 : same1; in ZopfliFindLongestMatch()