TM2Huff Struct Reference

List of all members.


Detailed Description

structure for gathering Huffman codes information

Definition at line 76 of file truemotion2.c.


Public Attributes

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

Member Data Documentation

length of literal

Definition at line 77 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

maximum length of code

Definition at line 78 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

minimum length of code

Definition at line 79 of file truemotion2.c.

Referenced by tm2_build_huff_table().

total number of nodes in tree

Definition at line 80 of file truemotion2.c.

Referenced by tm2_build_huff_table().

current number filled

Definition at line 81 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

total number of codes

Definition at line 82 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

literals

Definition at line 83 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

codes

Definition at line 84 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

codelengths

Definition at line 85 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:

Generated on Sat Dec 18 05:16:12 2010 for MythTV by  doxygen 1.5.5