Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.c1611 const unsigned char *lastptr, *foreptr, *backptr; in encodeLZ77() local
1652 foreptr = &in[pos]; in encodeLZ77()
1660 foreptr += skip; in encodeLZ77()
1663 …while(foreptr != lastptr && *backptr == *foreptr) /*maximum supported length by deflate is max len… in encodeLZ77()
1665 ++foreptr; in encodeLZ77()
1667 current_length = (unsigned)(foreptr - &in[pos]); in encodeLZ77()