Searched refs:stillToDistribute (Results 1 – 1 of 1) sorted by relevance
488 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local499 stillToDistribute--; in FSE_normalizeCount()508 stillToDistribute -= proba; in FSE_normalizeCount()510 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()515 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()