ReactOS 0.4.16-dev-853-g88d9285
|
Public Attributes | |
U32 | count |
U16 | parent |
BYTE | byte |
BYTE | nbBits |
Definition at line 208 of file huf_compress.c.
BYTE nodeElt_s::byte |
Definition at line 211 of file huf_compress.c.
Referenced by HUF_sort().
U32 nodeElt_s::count |
Definition at line 209 of file huf_compress.c.
Referenced by HUF_buildCTable_wksp(), HUF_setMaxHeight(), and HUF_sort().
BYTE nodeElt_s::nbBits |
Definition at line 212 of file huf_compress.c.
Referenced by HUF_buildCTable_wksp(), and HUF_setMaxHeight().
U16 nodeElt_s::parent |
Definition at line 210 of file huf_compress.c.
Referenced by HUF_buildCTable_wksp().