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

/linux-master/lib/zstd/compress/
H A Dfse_compress.c395 U32 const lowThreshold = (U32)(total >> tableLog); local
403 if (count[s] <= lowThreshold) {
448 /* all of the symbols were low enough for the lowOne or lowThreshold */
492 U32 lowThreshold = (U32)(total >> tableLog); local
497 if (count[s] <= lowThreshold) {

Completed in 112 milliseconds