/linux/lib/zstd/compress/ |
H A D | fse_compress.c | 70 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_buildCTable_wksp() 224 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound() 236 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic() 332 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount() 361 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local 380 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 m… in FSE_normalizeM2() 466 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount()
|
H A D | zstd_compress_sequences.c | 76 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() local 121 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() local 271 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable() local
|
H A D | huf_compress.c | 154 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights() local 228 static void HUF_writeCTableHeader(HUF_CElt* ctable, U32 tableLog, U32 maxSymbolValue) in HUF_writeCTableHeader() 294 U32 tableLog = 0; in HUF_readCTable() local 1047 static size_t HUF_tightCompressBound(size_t srcSize, size_t tableLog) in HUF_tightCompressBound() 1058 U32 const tableLog = HUF_readCTableHeader(CTable).tableLog; in HUF_compress1X_usingCTable_internal_body() local
|
/linux/lib/zstd/common/ |
H A D | fse.h | 264 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(maxSymbolValue, tableLog) (((maxSymbolValue + 2) + (1ul… argument 265 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) (sizeof(unsigned) * FSE_BUILD_CTA… argument 433 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local 486 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() 507 U16 tableLog; member
|
H A D | fse_decompress.c | 59 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_internal() 162 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_wksp() 252 unsigned tableLog; in FSE_decompress_wksp_body() local
|
H A D | huf.h | 202 BYTE tableLog; member
|
H A D | entropy_common.c | 288 { U32 const tableLog = ZSTD_highbit32(weightTotal) + 1; in HUF_readStats_body() local
|
/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 489 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body() 610 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_default() 620 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_bmi2() 630 unsigned tableLog, void* wksp, size_t wkspSize, int bmi2) in ZSTD_buildFSETable() 681 { unsigned tableLog; in ZSTD_buildSeqTable() local 2022 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; in ZSTD_getOffsetInfo() local
|
H A D | huf_decompress.c | 138 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member 349 static U32 HUF_rescaleStats(BYTE* huffWeight, U32* rankVal, U32 nbSymbols, U32 tableLog, U32 target… in HUF_rescaleStats() 384 U32 tableLog = 0; in HUF_readDTableX1_wksp() local 1010 U32 nbBits, U32 tableLog, in HUF_fillDTableX2ForWeight() 1180 U32 tableLog, maxW, nbSymbols; in HUF_readDTableX2_wksp() local
|
H A D | zstd_decompress_internal.h | 65 U32 tableLog; member
|