Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dfse_compress.c445 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local
456 stillToDistribute--; in FSE_normalizeCount()
465 stillToDistribute -= proba; in FSE_normalizeCount()
467 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
472 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()