Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dfse_compress.c481 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local
492 stillToDistribute--; in FSE_normalizeCount()
501 stillToDistribute -= proba; in FSE_normalizeCount()
503 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
508 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()