Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dfse_compress.c395 U32 const lowThreshold = (U32)(total >> tableLog); in FSE_normalizeM2() local
403 if (count[s] <= lowThreshold) { in FSE_normalizeM2()
492 U32 lowThreshold = (U32)(total >> tableLog); in FSE_normalizeCount() local
497 if (count[s] <= lowThreshold) { in FSE_normalizeCount()