Searched refs:FSE_optimalTableLog (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress_sequences.c | 76 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() 271 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
|
| H A D | fse_compress.c | 372 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) in FSE_optimalTableLog() function
|
| H A D | huf_compress.c | 168 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
|
| /linux-6.15/lib/zstd/common/ |
| H A D | fse.h | 88 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…
|