ReactOS 0.4.15-dev-7931-gfd331f1
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(HufLog)]
 
U32 rep [ZSTD_REP_NUM]
 

Detailed Description

Definition at line 76 of file zstd_decompress_internal.h.

Member Data Documentation

◆ hufTable

HUF_DTable ZSTD_entropyDTables_t::hufTable[HUF_DTABLE_SIZE(HufLog)]

◆ LLTable

◆ MLTable

◆ OFTable

◆ rep

U32 ZSTD_entropyDTables_t::rep[ZSTD_REP_NUM]

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