Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c1697 unsigned lazy = 0; in encodeLZ77() local
1784 … if(!lazy && length >= 3 && length <= maxlazymatch && length < MAX_SUPPORTED_DEFLATE_LENGTH) { in encodeLZ77()
1785 lazy = 1; in encodeLZ77()
1790 if(lazy) { in encodeLZ77()
1791 lazy = 0; in encodeLZ77()