Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c475 unsigned maxSymbolValue, unsigned useLowProbCount) in FSE_normalizeCount() argument
484 short const lowProbCount = useLowProbCount ? -1 : 1; in FSE_normalizeCount()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h149 … const unsigned* count, size_t srcSize, unsigned maxSymbolValue, unsigned useLowProbCount);