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()
270 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
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()
Dhuf_compress.c113 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.c857 const U32 tableLog = FSE_optimalTableLog(LLFSELog, nbSeq, max); in writeSequences()
885 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in writeSequences()
915 const U32 tableLog = FSE_optimalTableLog(MLFSELog, nbSeq, max); in writeSequences()