ARB
|
#include <gb_compress.h>
Public Attributes | |
gb_compress_list_commands | command |
int | value |
int | bitcnt |
int | bits |
int | mask |
long | count |
gb_compress_list * | son [2] |
Definition at line 33 of file gb_compress.h.
gb_compress_list_commands gb_compress_list::command |
Definition at line 34 of file gb_compress.h.
Referenced by gb_build_compress_list(), gb_compress_bits(), gb_compress_huffmann(), and gb_compress_huffmann_rek().
int gb_compress_list::value |
Definition at line 36 of file gb_compress.h.
Referenced by gb_build_compress_list(), gb_compress_bits(), gb_compress_huffmann(), and gb_compress_huffmann_rek().
int gb_compress_list::bitcnt |
Definition at line 37 of file gb_compress.h.
Referenced by gb_build_compress_list(), gb_compress_bits(), gb_compress_huffmann(), and gb_compress_huffmann_rek().
int gb_compress_list::bits |
Definition at line 38 of file gb_compress.h.
Referenced by gb_build_compress_list(), gb_compress_bits(), gb_compress_huffmann(), and gb_compress_huffmann_rek().
int gb_compress_list::mask |
Definition at line 39 of file gb_compress.h.
Referenced by gb_build_compress_list(), and gb_compress_huffmann_rek().
long gb_compress_list::count |
Definition at line 40 of file gb_compress.h.
Referenced by gb_compress_huffmann().
gb_compress_list* gb_compress_list::son[2] |
Definition at line 42 of file gb_compress.h.
Referenced by gb_compress_huffmann(), and gb_compress_huffmann_rek().