Searched refs:stillToDistribute (Results 1 – 2 of 2) sorted by relevance
452 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local463 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()
7928 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local7939 stillToDistribute--; in FSE_normalizeCount()7948 stillToDistribute -= proba; in FSE_normalizeCount()7950 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()7955 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()