FFmpeg
|
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... | |
uint8_t VLCcode::bits |
Definition at line 91 of file vlc.c.
Referenced by add_level(), build_table(), ff_vlc_init_from_lengths(), and ff_vlc_init_multi_from_lengths().
VLCBaseType VLCcode::symbol |
Definition at line 92 of file vlc.c.
Referenced by add_level(), build_table(), ff_vlc_init_from_lengths(), and ff_vlc_init_multi_from_lengths().
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 95 of file vlc.c.
Referenced by add_level(), build_table(), compare_vlcspec(), ff_vlc_init_from_lengths(), and ff_vlc_init_multi_from_lengths().