Home
last modified time | relevance | path

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

/lib/zstd/common/
A Dfse.h328 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(maxSymbolValue, tableLog) (((maxSymbolValue + 2) + (1ul… argument
329 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) (sizeof(unsigned) * FSE_BUILD_CTA… argument
500 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local
551 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost()
571 U16 tableLog; member
A Dfse_decompress.c56 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable()
67 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_internal()
172 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_wksp()
318 unsigned tableLog; in FSE_decompress_wksp_body() local
A Dentropy_common.c300 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_body() local
/lib/zstd/decompress/
A Dzstd_decompress_block.c442 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body()
561 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_default()
571 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_bmi2()
581 unsigned tableLog, void* wksp, size_t wkspSize, int bmi2) in ZSTD_buildFSETable()
631 { unsigned tableLog; in ZSTD_buildSeqTable() local
1943 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; local
A Dhuf_decompress.c125 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member
295 static U32 HUF_rescaleStats(BYTE* huffWeight, U32* rankVal, U32 nbSymbols, U32 tableLog, U32 target… in HUF_rescaleStats()
335 U32 tableLog = 0; in HUF_readDTableX1_wksp_bmi2() local
865 U32 nbBits, U32 tableLog, in HUF_fillDTableX2ForWeight()
1042 U32 tableLog, maxW, nbSymbols; in HUF_readDTableX2_wksp_bmi2() local
A Dzstd_decompress_internal.h59 U32 tableLog; member

Completed in 25 milliseconds