FFmpeg
|
Data Fields | |
uint8_t | bits |
VLC_TYPE | 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... | |
Definition at line 137 of file bitstream.c.
uint8_t VLCcode::bits |
Definition at line 138 of file bitstream.c.
Referenced by build_table(), and ff_init_vlc_from_lengths().
VLC_TYPE VLCcode::symbol |
Definition at line 139 of file bitstream.c.
Referenced by build_table(), and ff_init_vlc_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 142 of file bitstream.c.
Referenced by build_table(), compare_vlcspec(), and ff_init_vlc_from_lengths().