structure for gathering Huffman codes information More...
structure for gathering Huffman codes information
Definition at line 102 of file truemotion2.c.
length of literal
Definition at line 103 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().
maximum length of code
Definition at line 104 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().
minimum length of code
Definition at line 105 of file truemotion2.c.
Referenced by tm2_build_huff_table().
total number of nodes in tree
Definition at line 106 of file truemotion2.c.
Referenced by tm2_build_huff_table().
current number filled
Definition at line 107 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().
total number of codes
Definition at line 108 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().
literals
Definition at line 109 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().
codes
Definition at line 110 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().
codelengths
Definition at line 111 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_read_tree().