Searched refs:huf_useOptDepth (Results 1 – 1 of 1) sorted by relevance
3721 int const huf_useOptDepth = (cctxParams->cParams.strategy >= HUF_OPTIMAL_DEPTH_THRESHOLD); in ZSTD_buildBlockEntropyStats() local3722 int const hufFlags = huf_useOptDepth ? HUF_flags_optimalDepth : 0; in ZSTD_buildBlockEntropyStats()