TM2Huff Struct Reference

structure for gathering Huffman codes information More...

Data Fields

int val_bits
 length of literal More...
 
int max_bits
 maximum length of code More...
 
int min_bits
 minimum length of code More...
 
int nodes
 total number of nodes in tree More...
 
int num
 current number filled More...
 
int max_num
 total number of codes More...
 
int * nums
 literals More...
 
uint32_t * bits
 codes More...
 
int * lens
 codelengths More...
 

Detailed Description

structure for gathering Huffman codes information

Definition at line 79 of file truemotion2.c.

Field Documentation

uint32_t* TM2Huff::bits

codes

Definition at line 87 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int* TM2Huff::lens

codelengths

Definition at line 88 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int TM2Huff::max_bits

maximum length of code

Definition at line 81 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int TM2Huff::max_num

total number of codes

Definition at line 85 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int TM2Huff::min_bits

minimum length of code

Definition at line 82 of file truemotion2.c.

Referenced by tm2_build_huff_table().

int TM2Huff::nodes

total number of nodes in tree

Definition at line 83 of file truemotion2.c.

Referenced by tm2_build_huff_table().

int TM2Huff::num

current number filled

Definition at line 84 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int* TM2Huff::nums

literals

Definition at line 86 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int TM2Huff::val_bits

length of literal

Definition at line 80 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().


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