Searched refs:stillToDistribute (Results 1 – 1 of 1) sorted by relevance
625 int stillToDistribute = 1 << tableLog; in FSE_normalizeCount() local640 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()