Home
last modified time | relevance | path

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

/lib/zstd/decompress/
A Dzstd_decompress_internal.h77 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… member
A Dzstd_ddict.c70 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
A Dzstd_decompress.c1261 …ZSTD_STATIC_ASSERT(offsetof(ZSTD_entropyDTables_t, MLTable) == offsetof(ZSTD_entropyDTables_t, OFT… in ZSTD_loadDEntropy()
1262 …RT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) >= HUF_DECOMPRES… in ZSTD_loadDEntropy()
1264 …nst workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable); in ZSTD_loadDEntropy()
1300 ZSTD_buildFSETable( entropy->MLTable, in ZSTD_loadDEntropy()
1376 dctx->MLTptr = dctx->entropy.MLTable; in ZSTD_decompressBegin()
A Dzstd_decompress_block.c709 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders()

Completed in 15 milliseconds