Project Alice
|
#include <zstd_decompress_internal.h>
Definition at line 80 of file zstd_decompress_internal.h.
HUF_DTable ZSTD_entropyDTables_t::hufTable[HUF_DTABLE_SIZE(ZSTD_HUFFDTABLE_CAPACITY_LOG)] |
Definition at line 84 of file zstd_decompress_internal.h.
ZSTD_seqSymbol ZSTD_entropyDTables_t::LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)] |
Definition at line 81 of file zstd_decompress_internal.h.
ZSTD_seqSymbol ZSTD_entropyDTables_t::MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)] |
Definition at line 83 of file zstd_decompress_internal.h.
ZSTD_seqSymbol ZSTD_entropyDTables_t::OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)] |
Definition at line 82 of file zstd_decompress_internal.h.
U32 ZSTD_entropyDTables_t::rep[ZSTD_REP_NUM] |
Definition at line 85 of file zstd_decompress_internal.h.
U32 ZSTD_entropyDTables_t::workspace[ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32] |
Definition at line 86 of file zstd_decompress_internal.h.