Home
last modified time | relevance | path

Searched defs:tableLog (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/lib/zstd/
Dfse_compress.c92 …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()
Dfse_decompress.c95 …Table *dt, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *works… in FSE_buildDTable_wksp()
298 unsigned tableLog; in FSE_decompress_wksp() local
Dfse.h431 const U32 tableLog = ZSTD_read16(ptr); in FSE_initCState() local
471 U16 tableLog; member
Dentropy_common.c219 U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_wksp() local
Dhuf_compress.c89 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights_wksp() local
207 U32 tableLog = 0; in HUF_readCTable_wksp() local
Dhuf_decompress.c70 BYTE tableLog; member
92 U32 tableLog = 0; in HUF_readDTableX2_wksp() local
484 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4_wksp() local
Dcompress.c665 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
Ddecompress.c772 U32 tableLog; in ZSTD_buildSeqTable() local