AlcapDAQ
1
|
#include <mucap_compress.h>
Data Fields | |
int | num_symbols |
int * | frequency |
unsigned int * | code_bits |
int * | code_length |
huffman_node * | tree |
int * | decode_symbols |
Definition at line 22 of file mucap_compress.h.
unsigned int* huffman_table::code_bits |
Definition at line 25 of file mucap_compress.h.
Referenced by huffman_build_tree(), huffman_init_default(), huffman_put_symbol(), huffman_visit(), load_huffman(), and save_huffman().
int* huffman_table::code_length |
Definition at line 26 of file mucap_compress.h.
Referenced by huffman_build_tree(), huffman_get_symbol(), huffman_init_default(), huffman_optimize_tree(), huffman_put_symbol(), huffman_visit(), load_huffman(), and save_huffman().
int* huffman_table::decode_symbols |
Definition at line 28 of file mucap_compress.h.
Referenced by huffman_get_symbol(), and huffman_precompute_decode().
int* huffman_table::frequency |
Definition at line 24 of file mucap_compress.h.
Referenced by huffman_build_tree(), huffman_init_default(), huffman_optimize_tree(), huffman_put_symbol(), load_huffman(), and save_huffman().
int huffman_table::num_symbols |
Definition at line 23 of file mucap_compress.h.
Referenced by huffman_build_tree(), huffman_init_default(), huffman_optimize_tree(), load_huffman(), and save_huffman().
huffman_node* huffman_table::tree |
Definition at line 27 of file mucap_compress.h.
Referenced by huffman_build_tree(), huffman_get_symbol(), huffman_init_default(), huffman_optimize_tree(), and huffman_precompute_decode().