ReactOS 0.4.16-dev-197-g92996da
|
#include <zstd_decompress_internal.h>
Public Attributes | |
ZSTD_seqSymbol | LLTable [SEQSYMBOL_TABLE_SIZE(LLFSELog)] |
ZSTD_seqSymbol | OFTable [SEQSYMBOL_TABLE_SIZE(OffFSELog)] |
ZSTD_seqSymbol | MLTable [SEQSYMBOL_TABLE_SIZE(MLFSELog)] |
HUF_DTable | hufTable [HUF_DTABLE_SIZE(HufLog)] |
U32 | rep [ZSTD_REP_NUM] |
Definition at line 76 of file zstd_decompress_internal.h.
HUF_DTable ZSTD_entropyDTables_t::hufTable[HUF_DTABLE_SIZE(HufLog)] |
Definition at line 80 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), ZSTD_initDDict_internal(), and ZSTD_loadDEntropy().
ZSTD_seqSymbol ZSTD_entropyDTables_t::LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)] |
Definition at line 77 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), and ZSTD_loadDEntropy().
ZSTD_seqSymbol ZSTD_entropyDTables_t::MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)] |
Definition at line 79 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), and ZSTD_loadDEntropy().
ZSTD_seqSymbol ZSTD_entropyDTables_t::OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)] |
Definition at line 78 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), and ZSTD_loadDEntropy().
U32 ZSTD_entropyDTables_t::rep[ZSTD_REP_NUM] |
Definition at line 81 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), and ZSTD_loadDEntropy().