Project Alice
Loading...
Searching...
No Matches
ZSTD_entropyDTables_t Struct Reference

#include <zstd_decompress_internal.h>

Collaboration diagram for ZSTD_entropyDTables_t:

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]
 

Detailed Description

Definition at line 80 of file zstd_decompress_internal.h.

Member Data Documentation

◆ hufTable

HUF_DTable ZSTD_entropyDTables_t::hufTable[HUF_DTABLE_SIZE(ZSTD_HUFFDTABLE_CAPACITY_LOG)]

Definition at line 84 of file zstd_decompress_internal.h.

◆ LLTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]

Definition at line 81 of file zstd_decompress_internal.h.

◆ MLTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]

Definition at line 83 of file zstd_decompress_internal.h.

◆ OFTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]

Definition at line 82 of file zstd_decompress_internal.h.

◆ rep

U32 ZSTD_entropyDTables_t::rep[ZSTD_REP_NUM]

Definition at line 85 of file zstd_decompress_internal.h.

◆ workspace

U32 ZSTD_entropyDTables_t::workspace[ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32]

Definition at line 86 of file zstd_decompress_internal.h.


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