Data Fields | |
uint8_t | bits |
uint16_t | symbol |
uint32_t | code |
codeword, with the first bit-to-be-read in the msb (even if intended for a little-endian bitstream reader) |
Definition at line 124 of file bitstream.c.
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 129 of file bitstream.c.
Referenced by build_table(), and compare_vlcspec().
uint16_t VLCcode::symbol |