AlcapDAQ
1
|
#include <mucap_compress.h>
Data Fields | |
unsigned int | w |
int | w_bits |
unsigned int * | start |
unsigned int * | p |
int | num_codes |
Definition at line 3 of file mucap_compress.h.
int io_buffer::num_codes |
Definition at line 8 of file mucap_compress.h.
Referenced by decode_cmp_times(), decode_times(), encode_times(), flush_output_buffer(), huffman_get_symbol(), huffman_put_symbol(), start_input_buffer(), and start_output_buffer().
unsigned int* io_buffer::p |
Definition at line 7 of file mucap_compress.h.
Referenced by flush_output_buffer(), huffman_get_symbol(), io_buffer_get(), io_buffer_put(), start_input_buffer(), and start_output_buffer().
unsigned int* io_buffer::start |
Definition at line 6 of file mucap_compress.h.
Referenced by flush_output_buffer(), start_input_buffer(), and start_output_buffer().
unsigned int io_buffer::w |
Definition at line 4 of file mucap_compress.h.
Referenced by flush_output_buffer(), huffman_get_symbol(), io_buffer_get(), io_buffer_put(), start_input_buffer(), and start_output_buffer().
int io_buffer::w_bits |
Definition at line 5 of file mucap_compress.h.
Referenced by flush_output_buffer(), huffman_get_symbol(), io_buffer_get(), io_buffer_put(), start_input_buffer(), and start_output_buffer().