Home
last modified time | relevance | path

Searched refs:LLTable (Results 1 – 11 of 11) sorted by relevance

/external/zstd/lib/decompress/
Dzstd_decompress_internal.h80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
Dzstd_decompress.c1078 …entropyDTables_t, OFTable) == offsetof(ZSTD_entropyDTables_t, LLTable) + sizeof(entropy->LLTable)); in ZSTD_loadDEntropy()
1080 …ZSTD_STATIC_ASSERT(sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy->MLTable) … in ZSTD_loadDEntropy()
1081 …{ void* const workspace = &entropy->LLTable; /* use fse tables as temporary workspace; implies… in ZSTD_loadDEntropy()
1082 …size_t const workspaceSize = sizeof(entropy->LLTable) + sizeof(entropy->OFTable) + sizeof(entropy-… in ZSTD_loadDEntropy()
1133 ZSTD_buildFSETable( entropy->LLTable, in ZSTD_loadDEntropy()
1192 dctx->LLTptr = dctx->entropy.LLTable; in ZSTD_decompressBegin()
Dzstd_ddict.c75 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
Dzstd_decompress_block.c616 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()
/external/zstd/lib/legacy/
Dzstd_v01.c1839 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
1867 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
Dzstd_v05.c2649 FSEv05_DTable LLTable[FSEv05_DTABLE_SIZE_U32(LLFSEv05Log)]; member
3321 unsigned* DTableLL = dctx->LLTable; in ZSTDv05_decompressSequences()
3704 errorCode = FSEv05_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, litlengthLog); in ZSTDv05_loadEntropy()
Dzstd_v06.c2810 FSEv06_DTable LLTable[FSEv06_DTABLE_SIZE_U32(LLFSELog)]; member
3453 FSEv06_DTable* DTableLL = dctx->LLTable; in ZSTDv06_decompressSequences()
3847 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy()
Dzstd_v03.c2448 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
2833 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
Dzstd_v07.c2935 FSEv07_DTable LLTable[FSEv07_DTABLE_SIZE_U32(LLFSELog)]; member
3680 FSEv07_DTable* DTableLL = dctx->LLTable; in ZSTDv07_decompressSequences()
4132 …{ size_t const errorCode = FSEv07_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv07_loadEntropy()
Dzstd_v04.c2500 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
2969 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
Dzstd_v02.c2807 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member
3192 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()