Searched defs:tableLog (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | fse_compress.c | 92 …Table *ct, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *works… in FSE_buildCTable_wksp() 197 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound() 203 …ize_t headerBufferSize, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic() 301 …fer, size_t bufferSize, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount() 477 size_t FSE_sizeof_CTable(unsigned maxSymbolValue, unsigned tableLog) in FSE_sizeof_CTable() 496 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local 519 static size_t FSE_normalizeM2(short *norm, U32 tableLog, const unsigned *count, size_t total, U32 m… in FSE_normalizeM2() 608 size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_… in FSE_normalizeCount()
|
D | fse_decompress.c | 95 …Table *dt, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *works… in FSE_buildDTable_wksp() 298 unsigned tableLog; in FSE_decompress_wksp() local
|
D | fse.h | 431 const U32 tableLog = ZSTD_read16(ptr); in FSE_initCState() local 471 U16 tableLog; member
|
D | entropy_common.c | 219 U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_wksp() local
|
D | huf_compress.c | 89 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights_wksp() local 207 U32 tableLog = 0; in HUF_readCTable_wksp() local
|
D | huf_decompress.c | 70 BYTE tableLog; member 92 U32 tableLog = 0; in HUF_readDTableX2_wksp() local 484 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4_wksp() local
|
D | compress.c | 665 const U32 tableLog = FSE_optimalTableLog(LLFSELog, nbSeq, max); in ZSTD_compressSequences_internal() local 697 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in ZSTD_compressSequences_internal() local 729 const U32 tableLog = FSE_optimalTableLog(MLFSELog, nbSeq, max); in ZSTD_compressSequences_internal() local
|
D | decompress.c | 772 U32 tableLog; in ZSTD_buildSeqTable() local
|