Home
last modified time | relevance | path

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

/lib/zstd/
Dcompress.c198 U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy); in ZSTD_adjustCParams() local
199 if (cycleLog > cPar.windowLog) in ZSTD_adjustCParams()
200 cPar.chainLog -= (cycleLog - cPar.windowLog); in ZSTD_adjustCParams()