Project Alice
Loading...
Searching...
No Matches
HUF_compress_tables_t Struct Reference
Collaboration diagram for HUF_compress_tables_t:

Public Attributes

unsigned count [HUF_SYMBOLVALUE_MAX+1]
 
HUF_CElt CTable [HUF_CTABLE_SIZE_ST(HUF_SYMBOLVALUE_MAX)]
 
union {
   HUF_buildCTable_wksp_tables   buildCTable_wksp
 
   HUF_WriteCTableWksp   writeCTable_wksp
 
   U32   hist_wksp [HIST_WKSP_SIZE_U32]
 
wksps
 

Detailed Description

Definition at line 1241 of file huf_compress.c.

Member Data Documentation

◆ buildCTable_wksp

HUF_buildCTable_wksp_tables HUF_compress_tables_t::buildCTable_wksp

Definition at line 1245 of file huf_compress.c.

◆ count

unsigned HUF_compress_tables_t::count[HUF_SYMBOLVALUE_MAX+1]

Definition at line 1242 of file huf_compress.c.

◆ CTable

HUF_CElt HUF_compress_tables_t::CTable[HUF_CTABLE_SIZE_ST(HUF_SYMBOLVALUE_MAX)]

Definition at line 1243 of file huf_compress.c.

◆ hist_wksp

U32 HUF_compress_tables_t::hist_wksp[HIST_WKSP_SIZE_U32]

Definition at line 1247 of file huf_compress.c.

◆ 

union { ... } HUF_compress_tables_t::wksps

◆ writeCTable_wksp

HUF_WriteCTableWksp HUF_compress_tables_t::writeCTable_wksp

Definition at line 1246 of file huf_compress.c.


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