Searched refs:kAccuracyLog (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c94 unsigned const kAccuracyLog = 8; local
106 unsigned const badCost = (tableLog + 1) << kAccuracyLog;
107 unsigned const bitCost = FSE_bitCost(cstate.symbolTT, tableLog, s, kAccuracyLog);
116 return cost >> kAccuracyLog;
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c109 unsigned const kAccuracyLog = 8; local
121 unsigned const badCost = (tableLog + 1) << kAccuracyLog;
122 unsigned const bitCost = FSE_bitCost(cstate.symbolTT, tableLog, s, kAccuracyLog);
131 return cost >> kAccuracyLog;

Completed in 134 milliseconds