FFmpeg
Data Fields
VLCcode Struct Reference

Data Fields

uint8_t bits
 
VLCBaseType symbol
 
uint32_t code
 codeword, with the first bit-to-be-read in the msb (even if intended for a little-endian bitstream reader) More...
 

Detailed Description

Definition at line 89 of file vlc.c.

Field Documentation

◆ bits

uint8_t VLCcode::bits

Definition at line 90 of file vlc.c.

Referenced by build_table(), and ff_init_vlc_from_lengths().

◆ symbol

VLCBaseType VLCcode::symbol

Definition at line 91 of file vlc.c.

Referenced by build_table(), and ff_init_vlc_from_lengths().

◆ code

uint32_t VLCcode::code

codeword, with the first bit-to-be-read in the msb (even if intended for a little-endian bitstream reader)

Definition at line 94 of file vlc.c.

Referenced by build_table(), compare_vlcspec(), and ff_init_vlc_from_lengths().


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