AlcapDAQ
1
|
#include <mucap_compress.h>
Data Fields | |
int | running_digit |
int | run_length |
int | huffman_length [2] |
int | use_extension_word |
huffman_table * | huffman |
Definition at line 41 of file mucap_compress.h.
huffman_table* rle_state::huffman |
Definition at line 46 of file mucap_compress.h.
Referenced by flush_rle(), rle_get(), and rle_put().
int rle_state::huffman_length[2] |
Definition at line 44 of file mucap_compress.h.
Referenced by flush_rle(), rle_get(), and rle_put().
int rle_state::run_length |
Definition at line 43 of file mucap_compress.h.
Referenced by flush_rle(), rle_get(), and rle_put().
int rle_state::running_digit |
Definition at line 42 of file mucap_compress.h.
Referenced by flush_rle(), rle_get(), and rle_put().
int rle_state::use_extension_word |
Definition at line 45 of file mucap_compress.h.
Referenced by rle_put().