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