FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TM2Huff Struct Reference

structure for gathering Huffman codes information More...

Data Fields

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_t * bits
 codes
 
int * lens
 codelengths
 

Detailed Description

structure for gathering Huffman codes information

Definition at line 99 of file truemotion2.c.

Field Documentation

int TM2Huff::val_bits

length of literal

Definition at line 100 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 101 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 102 of file truemotion2.c.

Referenced by tm2_build_huff_table().

int TM2Huff::nodes

total number of nodes in tree

Definition at line 103 of file truemotion2.c.

Referenced by tm2_build_huff_table().

int TM2Huff::num

current number filled

Definition at line 104 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 105 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int* TM2Huff::nums

literals

Definition at line 106 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

uint32_t* TM2Huff::bits

codes

Definition at line 107 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

int* TM2Huff::lens

codelengths

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