|
FFmpeg
|
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 | |
structure for gathering Huffman codes information
1.8.12