Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dfse_compress.c70 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_buildCTable_wksp()
175 …dCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildCTable()
189 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound()
197 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic()
292 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount()
308 FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog) in FSE_createCTable()
331 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local
351 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 m… in FSE_normalizeM2()
438 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount()
635 … dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_compress_wksp()
[all …]
H A Dfse_decompress.c62 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable()
73 …dDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
262 unsigned tableLog; in FSE_decompress_wksp() local
H A Dzstd_compress_sequences.c62 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() local
105 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() local
250 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable() local
H A Dfse.h492 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local
545 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost()
566 U16 tableLog; member
H A Dentropy_common.c197 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats() local
H A Dzstd_decompress_block.c371 unsigned tableLog) in ZSTD_buildFSETable()
465 { unsigned tableLog; in ZSTD_buildSeqTable() local
1322 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; in ZSTD_getLongOffsetsShare() local
H A Dhuf_compress.c70 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights() local
154 U32 tableLog = 0; in HUF_readCTable() local
H A Dhuf_decompress.c101 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member
120 U32 tableLog = 0; in HUF_readDTableX1_wksp() local
555 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX2_wksp() local
H A Dzstd_decompress_internal.h64 U32 tableLog; member