FFmpeg
Public Attributes | List of all members
TM2Huff Struct Reference

structure for gathering Huffman codes information More...

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

Detailed Description

structure for gathering Huffman codes information


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