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

Context used for code reconstructing. More...

Data Fields

int length
 
int maxlength
 
int current
 
uint32_t * bits
 
intlengths
 
intvalues
 

Detailed Description

Context used for code reconstructing.

Definition at line 60 of file smacker.c.

Field Documentation

◆ length

int HuffContext::length

◆ maxlength

int HuffContext::maxlength

Definition at line 62 of file smacker.c.

Referenced by smacker_decode_header_tree(), and smacker_decode_tree().

◆ current

int HuffContext::current

◆ bits

uint32_t* HuffContext::bits

Definition at line 64 of file smacker.c.

Referenced by smacker_decode_header_tree(), and smacker_decode_tree().

◆ lengths

int* HuffContext::lengths

Definition at line 65 of file smacker.c.

Referenced by smacker_decode_header_tree(), and smacker_decode_tree().

◆ values

int* HuffContext::values

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