AlcapDAQ  1
Data Fields
huffman_table Struct Reference

#include <mucap_compress.h>

Data Fields

int num_symbols
 
int * frequency
 
unsigned int * code_bits
 
int * code_length
 
huffman_nodetree
 
int * decode_symbols
 

Detailed Description

Definition at line 22 of file mucap_compress.h.

Field Documentation

unsigned int* huffman_table::code_bits
int* huffman_table::code_length
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
int huffman_table::num_symbols
huffman_node* huffman_table::tree

The documentation for this struct was generated from the following file: