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

data needed to decode 4-bit Huffman-coded value More...

Data Fields

int vlc_num
 tree number (in bink_trees[])
 
uint8_t syms [16]
 leaf value to symbol mapping
 

Detailed Description

data needed to decode 4-bit Huffman-coded value

Definition at line 91 of file bink.c.

Field Documentation

int Tree::vlc_num

tree number (in bink_trees[])

Definition at line 92 of file bink.c.

Referenced by read_tree().

uint8_t Tree::syms[16]

leaf value to symbol mapping

Definition at line 93 of file bink.c.

Referenced by read_tree().


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