Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c1702 const unsigned char * lastptr, * foreptr, * backptr; in encodeLZ77() local
1732lastptr = &in[insize < pos + MAX_SUPPORTED_DEFLATE_LENGTH ? insize : pos + MAX_SUPPORTED_DEFLATE_L… in encodeLZ77()
1755 …while(foreptr != lastptr && *backptr == *foreptr) { /*maximum supported length by deflate is max l… in encodeLZ77()