Searched refs:maxlazymatch (Results 1 – 1 of 1) sorted by relevance
1690 unsigned maxlazymatch = windowsize >= 8192 ? MAX_SUPPORTED_DEFLATE_LENGTH : 64; in encodeLZ77() local1784 … if(!lazy && length >= 3 && length <= maxlazymatch && length < MAX_SUPPORTED_DEFLATE_LENGTH) { in encodeLZ77()