Searched refs:LLTable (Results 1 – 11 of 11) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_decompress_internal.h | 80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… member
|
D | zstd_decompress.c | 1078 …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()
|
D | zstd_ddict.c | 75 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
|
D | zstd_decompress_block.c | 616 { size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, in ZSTD_decodeSeqHeaders()
|
/external/zstd/lib/legacy/ |
D | zstd_v01.c | 1839 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 1867 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|
D | zstd_v05.c | 2649 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()
|
D | zstd_v06.c | 2810 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()
|
D | zstd_v03.c | 2448 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 2833 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|
D | zstd_v07.c | 2935 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()
|
D | zstd_v04.c | 2500 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 2969 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|
D | zstd_v02.c | 2807 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)]; member 3192 U32* DTableLL = dctx->LLTable; in ZSTD_decompressSequences()
|