Public Attributes | List of all members
ZSTD_entropyDTables_t Struct Reference

Public Attributes

HUF_DTable hufTable [HUF_DTABLE_SIZE(ZSTD_HUFFDTABLE_CAPACITY_LOG)]
 
ZSTD_seqSymbol LLTable [SEQSYMBOL_TABLE_SIZE(LLFSELog)]
 
ZSTD_seqSymbol MLTable [SEQSYMBOL_TABLE_SIZE(MLFSELog)]
 
ZSTD_seqSymbol OFTable [SEQSYMBOL_TABLE_SIZE(OffFSELog)]
 
U32 rep [ZSTD_REP_NUM]
 
U32 workspace [ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32]
 

Detailed Description

Definition at line 34856 of file zstd.c.

Member Data Documentation

◆ hufTable

HUF_DTable ZSTD_entropyDTables_t::hufTable[HUF_DTABLE_SIZE(ZSTD_HUFFDTABLE_CAPACITY_LOG)]

Definition at line 34860 of file zstd.c.

◆ LLTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]

Definition at line 34857 of file zstd.c.

◆ MLTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]

Definition at line 34859 of file zstd.c.

◆ OFTable

ZSTD_seqSymbol ZSTD_entropyDTables_t::OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]

Definition at line 34858 of file zstd.c.

◆ rep

U32 ZSTD_entropyDTables_t::rep[ZSTD_REP_NUM]

Definition at line 34861 of file zstd.c.

◆ workspace

U32 ZSTD_entropyDTables_t::workspace[ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32]

Definition at line 34862 of file zstd.c.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30