Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dfse_compress.c490 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) in FSE_optimalTableLog() function
809 tableLog = FSE_optimalTableLog(tableLog, srcSize, maxSymbolValue); in FSE_compress_wksp()
Dhuf_compress.c108 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
Dzstd_compress.c1537 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dfse.h163 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…
/freebsd-12-stable/sys/contrib/zstd/tests/
Ddecodecorpus.c855 const U32 tableLog = FSE_optimalTableLog(LLFSELog, nbSeq, max); in writeSequences()
882 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in writeSequences()
911 const U32 tableLog = FSE_optimalTableLog(MLFSELog, nbSeq, max); in writeSequences()