Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dfse_compress.c452 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local
463 stillToDistribute--; in FSE_normalizeCount()
472 stillToDistribute -= proba; in FSE_normalizeCount()
474 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
479 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()