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

#include <huffman.h>

Data Fields

int16_t sym
 
int16_t n0
 
uint32_t count
 
int16_t l
 
int16_t r
 

Detailed Description

Definition at line 32 of file huffman.h.

Field Documentation

int16_t Node::sym

Definition at line 33 of file huffman.h.

Referenced by build_vlc(), ff_huff_build_tree(), get_tree_codes(), huff_cmp(), and vp6_huff_cmp().

int16_t Node::n0

Definition at line 34 of file huffman.h.

Referenced by build_vlc(), and ff_huff_build_tree().

uint32_t Node::count

Definition at line 35 of file huffman.h.

Referenced by build_vlc(), ff_huff_build_tree(), huff_cmp(), vp6_build_huff_tree(), and vp6_huff_cmp().

int16_t Node::l

Definition at line 60 of file ylc.c.

Referenced by build_vlc().

int16_t Node::r

Definition at line 60 of file ylc.c.

Referenced by build_vlc().


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