Searched refs:FSE_optimalTableLog (Results 1 – 5 of 5) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() 270 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
|
D | fse_compress.c | 379 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()
|
D | huf_compress.c | 113 tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue); in HUF_compressWeights()
|
/external/zstd/lib/common/ |
D | fse.h | 135 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…
|
/external/zstd/tests/ |
D | decodecorpus.c | 857 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()
|