| FFmpeg
    | 
#include <huffman.h>
| Data Fields | |
| int | parent | 
| int | child [2] | 
| int16_t | sym | 
| int16_t | n0 | 
| uint32_t | count | 
| int16_t | l | 
| int16_t | r | 
| int Node::parent | 
Definition at line 898 of file agm.c.
Referenced by make_new_tree().
| int Node::child[2] | 
Definition at line 899 of file agm.c.
Referenced by make_new_tree().
| int16_t Node::sym | 
Definition at line 34 of file huffman.h.
Referenced by build_vlc(), ff_huff_build_tree(), and get_tree_codes().
| int16_t Node::n0 | 
Definition at line 35 of file huffman.h.
Referenced by build_vlc(), and ff_huff_build_tree().
| uint32_t Node::count | 
Definition at line 36 of file huffman.h.
Referenced by build_vlc(), ff_huff_build_tree(), and vp6_build_huff_tree().
| int16_t Node::l | 
Definition at line 50 of file mvha.c.
Referenced by build_vlc().
| int16_t Node::r | 
Definition at line 50 of file mvha.c.
Referenced by build_vlc().
 1.8.17
 1.8.17