Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c644 U64 restToBeat = vStep * rtbTable[proba]; in FSE_normalizeCount() local
645 proba += (count[s] * step) - ((U64)proba << scale) > restToBeat; in FSE_normalizeCount()