Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c3721 int const huf_useOptDepth = (cctxParams->cParams.strategy >= HUF_OPTIMAL_DEPTH_THRESHOLD); in ZSTD_buildBlockEntropyStats() local
3722 int const hufFlags = huf_useOptDepth ? HUF_flags_optimalDepth : 0; in ZSTD_buildBlockEntropyStats()