Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h945 U32 const newLowLimit = blockEndIdx - maxDist; in ZSTD_window_enforceMaxDist() local
946 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()