Searched defs:lowProbCount (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dfse_compress.c387 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 maxSymbolValue, short lowProbCount) argument
484 short const lowProbCount = useLowProbCount ? -1 : 1; local

Completed in 191 milliseconds