Searched refs:FSE_optimalTableLog (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/contrib/zstd/lib/compress/ |
| D | fse_compress.c | 490 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()
|
| D | huf_compress.c | 108 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
|
| D | zstd_compress.c | 1537 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
|
| /freebsd-12-stable/sys/contrib/zstd/lib/common/ |
| D | fse.h | 163 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…
|
| /freebsd-12-stable/sys/contrib/zstd/tests/ |
| D | decodecorpus.c | 855 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()
|