Home
last modified time | relevance | path

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

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