ReactOS 0.4.16-dev-814-g656a5dc
|
Public Attributes | |
int | freq |
short | sym |
short | pathlength |
struct ih_elem * | parent |
struct ih_elem * | left |
struct ih_elem * | right |
Definition at line 55 of file lzx_layer.c.
int ih_elem::freq |
Definition at line 56 of file lzx_layer.c.
Referenced by build_huffman_tree().
Definition at line 60 of file lzx_layer.c.
Referenced by build_huffman_tree().
Definition at line 59 of file lzx_layer.c.
Referenced by build_huffman_tree().
short ih_elem::pathlength |
Definition at line 58 of file lzx_layer.c.
Referenced by build_huffman_tree().
Definition at line 61 of file lzx_layer.c.
Referenced by build_huffman_tree().
short ih_elem::sym |
Definition at line 57 of file lzx_layer.c.
Referenced by build_huffman_tree().