Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dfse_compress.c68 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_buildCTable_wksp()
222 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound()
234 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic()
329 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount()
345 FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog) in FSE_createCTable()
368 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local
387 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 m… in FSE_normalizeM2()
473 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount()
Dzstd_compress_sequences.c75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() local
120 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() local
270 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable() local
Dhuf_compress.c96 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights() local
222 U32 tableLog = 0; in HUF_readCTable() local
956 static size_t HUF_tightCompressBound(size_t srcSize, size_t tableLog) in HUF_tightCompressBound()
967 U32 const tableLog = (U32)CTable[0]; in HUF_compress1X_usingCTable_internal_body() local
/linux-6.12.1/lib/zstd/common/
Dfse.h338 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(maxSymbolValue, tableLog) (((maxSymbolValue + 2) + (1ul… argument
339 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) (sizeof(unsigned) * FSE_BUILD_CTA… argument
515 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local
568 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost()
589 U16 tableLog; member
Dfse_decompress.c60 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable()
71 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_internal()
176 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_wksp()
327 unsigned tableLog; in FSE_decompress_wksp_body() local
Dentropy_common.c304 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_body() local
/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress_block.c447 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body()
567 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_default()
577 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_bmi2()
587 unsigned tableLog, void* wksp, size_t wkspSize, int bmi2) in ZSTD_buildFSETable()
638 { unsigned tableLog; in ZSTD_buildSeqTable() local
1959 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; local
Dhuf_decompress.c128 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member
299 static U32 HUF_rescaleStats(BYTE* huffWeight, U32* rankVal, U32 nbSymbols, U32 tableLog, U32 target… in HUF_rescaleStats()
340 U32 tableLog = 0; in HUF_readDTableX1_wksp_bmi2() local
875 U32 nbBits, U32 tableLog, in HUF_fillDTableX2ForWeight()
1052 U32 tableLog, maxW, nbSymbols; in HUF_readDTableX2_wksp_bmi2() local
Dzstd_decompress_internal.h64 U32 tableLog; member