Searched refs:lazy (Results 1 – 1 of 1) sorted by relevance
1697 unsigned lazy = 0; in encodeLZ77() local1784 … 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()