HUF_flags_optimalDepth
if (!(flags & HUF_flags_optimalDepth)) {
int const hufFlags = huf_useOptDepth ? HUF_flags_optimalDepth : 0;
| (strategy >= HUF_OPTIMAL_DEPTH_THRESHOLD ? HUF_flags_optimalDepth : 0)