Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H 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()
H A Dfse_compress.c379 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) in FSE_optimalTableLog() function
698 tableLog = FSE_optimalTableLog(tableLog, srcSize, maxSymbolValue); in FSE_compress_wksp()
H A Dhuf_compress.c113 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c76 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 Dfse_compress.c372 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) in FSE_optimalTableLog() function
H A Dhuf_compress.c171 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
/src/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h104 #define FSE_optimalTableLog zfs_FSE_optimalTableLog macro
/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h88 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…
/src/sys/contrib/zstd/lib/common/
H A Dfse.h135 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…