Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress.c1216 …{ U32 const dictAndWindowLog = ZSTD_dictAndWindowLog(cPar.windowLog, (U64)srcSize, (U64)dictSize… in ZSTD_adjustCParams_internal() local
1218 if (cPar.hashLog > dictAndWindowLog+1) cPar.hashLog = dictAndWindowLog+1; in ZSTD_adjustCParams_internal()
1219 if (cycleLog > dictAndWindowLog) in ZSTD_adjustCParams_internal()
1220 cPar.chainLog -= (cycleLog - dictAndWindowLog); in ZSTD_adjustCParams_internal()