Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c527 U32 const lowThreshold = (U32)(total >> tableLog); in FSE_normalizeM2() local
535 if (count[s] <= lowThreshold) { in FSE_normalizeM2()
579 /* all of the symbols were low enough for the lowOne or lowThreshold */ in FSE_normalizeM2()
629 U32 lowThreshold = (U32)(total >> tableLog); in FSE_normalizeCount() local
638 if (count[s] <= lowThreshold) { in FSE_normalizeCount()
/kernel/linux/linux-6.6/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()
448 /* all of the symbols were low enough for the lowOne or lowThreshold */ in FSE_normalizeM2()
492 U32 lowThreshold = (U32)(total >> tableLog); in FSE_normalizeCount() local
497 if (count[s] <= lowThreshold) { in FSE_normalizeCount()

Completed in 4 milliseconds