Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress_sequences.c75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost()
270 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
A Dfse_compress.c379 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) in FSE_optimalTableLog() function
A Dhuf_compress.c110 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
/linux-6.3-rc2/lib/zstd/common/
A Dfse.h132 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…

Completed in 11 milliseconds