FFmpeg
Data Fields
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...
 
intnums
 literals More...
 
uint8_t * lens
 codelengths More...
 

Detailed Description

structure for gathering Huffman codes information

Definition at line 103 of file truemotion2.c.

Field Documentation

◆ val_bits

int TM2Huff::val_bits

length of literal

Definition at line 104 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

◆ max_bits

int TM2Huff::max_bits

maximum length of code

Definition at line 105 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

◆ min_bits

int TM2Huff::min_bits

minimum length of code

Definition at line 106 of file truemotion2.c.

Referenced by tm2_build_huff_table().

◆ nodes

int TM2Huff::nodes

◆ num

int TM2Huff::num

current number filled

Definition at line 108 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

◆ max_num

int TM2Huff::max_num

total number of codes

Definition at line 109 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

◆ nums

int* TM2Huff::nums

literals

Definition at line 110 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_read_tree().

◆ lens

uint8_t* TM2Huff::lens

codelengths

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