FFmpeg
Data Fields
Node Struct Reference

#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
 

Detailed Description

Definition at line 915 of file agm.c.

Field Documentation

◆ parent

int Node::parent

Definition at line 916 of file agm.c.

Referenced by make_new_tree().

◆ child

int Node::child[2]

Definition at line 917 of file agm.c.

Referenced by make_new_tree().

◆ sym

int16_t Node::sym

Definition at line 34 of file huffman.h.

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

◆ n0

int16_t Node::n0

Definition at line 35 of file huffman.h.

Referenced by build_vlc(), and ff_huff_build_tree().

◆ count

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().

◆ l

int16_t Node::l

Definition at line 53 of file mvha.c.

Referenced by build_vlc().

◆ r

int16_t Node::r

Definition at line 53 of file mvha.c.

Referenced by build_vlc().


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