Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1449 const unsigned char *lastptr, *foreptr, *backptr; in encodeLZ77() local
1498 backptr = &in[pos - current_offset]; in encodeLZ77()
1505 backptr += skip; in encodeLZ77()
1509 …while(foreptr != lastptr && *backptr == *foreptr) /*maximum supported length by deflate is max len… in encodeLZ77()
1511 ++backptr; in encodeLZ77()