Searched refs:lowThreshold (Results 1 – 1 of 1) sorted by relevance
352 U32 const lowThreshold = (U32)(total >> tableLog); in FSE_normalizeM2() local360 if (count[s] <= lowThreshold) { in FSE_normalizeM2()449 U32 lowThreshold = (U32)(total >> tableLog); in FSE_normalizeCount() local454 if (count[s] <= lowThreshold) { in FSE_normalizeCount()
Completed in 3 milliseconds