Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c625 int stillToDistribute = 1 << tableLog; in FSE_normalizeCount() local
640 stillToDistribute--; in FSE_normalizeCount()
650 stillToDistribute -= proba; in FSE_normalizeCount()
653 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
659 normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()