|
ARB
|
#include <gb_compress.h>

Public Attributes | |
| char | leaf |
| gb_compress_tree * | son [2] |
Definition at line 28 of file gb_compress.h.
| char gb_compress_tree::leaf |
Definition at line 29 of file gb_compress.h.
Referenced by gb_build_uncompress_tree(), gb_check_huffmann_tree(), gb_free_compress_tree(), gb_uncompress_bits(), and gb_uncompress_huffmann().
| gb_compress_tree* gb_compress_tree::son[2] |
Definition at line 30 of file gb_compress.h.
Referenced by gb_build_uncompress_tree(), gb_check_huffmann_tree(), gb_free_compress_tree(), gb_uncompress_bits(), and gb_uncompress_huffmann().
1.8.8