Project Alice
|
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 |
Definition at line 1241 of file huf_compress.c.
HUF_buildCTable_wksp_tables HUF_compress_tables_t::buildCTable_wksp |
Definition at line 1245 of file huf_compress.c.
unsigned HUF_compress_tables_t::count[HUF_SYMBOLVALUE_MAX+1] |
Definition at line 1242 of file huf_compress.c.
HUF_CElt HUF_compress_tables_t::CTable[HUF_CTABLE_SIZE_ST(HUF_SYMBOLVALUE_MAX)] |
Definition at line 1243 of file huf_compress.c.
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 |
HUF_WriteCTableWksp HUF_compress_tables_t::writeCTable_wksp |
Definition at line 1246 of file huf_compress.c.