Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 1 of 1) sorted by relevance

/lib/zstd/
Dfse_compress.c622 U64 const scale = 62 - tableLog; in FSE_normalizeCount() local
624 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()