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

Context used for code reconstructing. More...

Data Fields

int length
 
int maxlength
 
int current
 
uint32_t * bits
 
int * lengths
 
int * values
 

Detailed Description

Context used for code reconstructing.

Definition at line 60 of file smacker.c.

Field Documentation

int HuffContext::length

Definition at line 61 of file smacker.c.

Referenced by smacker_decode_bigtree(), smacker_decode_header_tree(), and smka_decode_frame().

int HuffContext::maxlength

Definition at line 62 of file smacker.c.

Referenced by smacker_decode_header_tree(), smacker_decode_tree(), and smka_decode_frame().

int HuffContext::current
uint32_t* HuffContext::bits

Definition at line 64 of file smacker.c.

Referenced by smacker_decode_header_tree(), smacker_decode_tree(), and smka_decode_frame().

int* HuffContext::lengths

Definition at line 65 of file smacker.c.

Referenced by smacker_decode_header_tree(), smacker_decode_tree(), and smka_decode_frame().

int* HuffContext::values

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