Conscience Core
Public Attributes | List of all members
ZSTD_entropyDTables_t Struct Reference

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(ZSTD_HUFFDTABLE_CAPACITY_LOG)]
 
U32 rep [ZSTD_REP_NUM]
 
U32 workspace [ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32]
 

Member Data Documentation

◆ hufTable

HUF_DTable ZSTD_entropyDTables_t::hufTable[HUF_DTABLE_SIZE(ZSTD_HUFFDTABLE_CAPACITY_LOG)]

◆ LLTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]

◆ MLTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]

◆ OFTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]

◆ rep

U32 ZSTD_entropyDTables_t::rep[ZSTD_REP_NUM]

◆ workspace

U32 ZSTD_entropyDTables_t::workspace[ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32]

The documentation for this struct was generated from the following file: