Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds