Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_sequences.c75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost()
263 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
Dfse_compress.c343 unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue) in FSE_optimalTableLog() function
662 tableLog = FSE_optimalTableLog(tableLog, srcSize, maxSymbolValue); in FSE_compress_wksp()
Dhuf_compress.c86 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
/external/zstd/lib/common/
Dfse.h135 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…
/external/zstd/tests/
Ddecodecorpus.c860 const U32 tableLog = FSE_optimalTableLog(LLFSELog, nbSeq, max); in writeSequences()
888 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in writeSequences()
918 const U32 tableLog = FSE_optimalTableLog(MLFSELog, nbSeq, max); in writeSequences()