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