Searched refs:kAccuracyLog (Results 1 – 1 of 1) sorted by relevance
109 unsigned const kAccuracyLog = 8; in ZSTD_fseBitCost() local121 unsigned const badCost = (tableLog + 1) << kAccuracyLog; in ZSTD_fseBitCost()122 unsigned const bitCost = FSE_bitCost(cstate.symbolTT, tableLog, s, kAccuracyLog); in ZSTD_fseBitCost()131 return cost >> kAccuracyLog; in ZSTD_fseBitCost()