Home
last modified time | relevance | path

Searched refs:MLTable (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress_internal.h82 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
Dzstd_ddict.c73 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
Dzstd_decompress.c1233 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1234 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1236 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1272 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1348 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
Dzstd_decompress_block.c640 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()