Searched refs:scale (Results 1 – 1 of 1) sorted by relevance
622 U64 const scale = 62 - tableLog; in FSE_normalizeCount() local624 U64 const vStep = 1ULL << (scale - 20); in FSE_normalizeCount()642 short proba = (short)((count[s] * step) >> scale); in FSE_normalizeCount()645 proba += (count[s] * step) - ((U64)proba << scale) > restToBeat; in FSE_normalizeCount()