Searched refs:HUF_flags_optimalDepth (Results 1 – 4 of 4) sorted by relevance
91 HUF_flags_optimalDepth = (1 << 1), enumerator
167 | (strategy >= HUF_OPTIMAL_DEPTH_THRESHOLD ? HUF_flags_optimalDepth : 0) in ZSTD_compressLiterals()
1282 if (!(flags & HUF_flags_optimalDepth)) { in HUF_optimalTableLog()
3722 int const hufFlags = huf_useOptDepth ? HUF_flags_optimalDepth : 0; in ZSTD_buildBlockEntropyStats()