Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h530 U32 const minlog = (strat>=ZSTD_btultra) ? (U32)(strat) - 1 : 6; in ZSTD_minGain() local
533 return (srcSize >> minlog) + 2; in ZSTD_minGain()