|
xine-lib 1.2.12
|
#include <bits_reader.h>
Data Fields | |
| const uint8_t * | buffer |
| const uint8_t * | start |
| int | offbits |
| int | length |
| int | oflow |
| const uint32_t * | read |
| const uint8_t * | end |
| uint32_t | val |
| uint32_t | bits |
| uint32_t | oflow |
| uint32_t bits_reader_t::bits |
Referenced by _bits_read_slow(), _bits_skip_slow(), bits_exp_ue(), bits_read(), bits_set_buf(), bits_skip(), bits_tell(), and bits_valid_left().
| const uint8_t* bits_reader_t::buffer |
Referenced by bits_reader_set(), get_bits(), read_bits(), and skip_bits().
| const uint8_t * bits_reader_t::end |
Referenced by _bits_read_slow(), _bits_skip_slow(), bits_exp_ue(), bits_set_buf(), and bits_valid_left().
| int bits_reader_t::length |
Referenced by bits_reader_set(), get_bits(), and skip_bits().
| int bits_reader_t::offbits |
Referenced by bits_reader_set(), get_bits(), read_bits(), and skip_bits().
| int bits_reader_t::oflow |
Referenced by _bits_read_slow(), _bits_skip_slow(), bits_exp_ue(), bits_reader_set(), bits_set_buf(), get_bits(), and skip_bits().
| uint32_t bits_reader_t::oflow |
| const uint32_t* bits_reader_t::read |
Referenced by _bits_read_slow(), _bits_skip_slow(), bits_exp_ue(), bits_set_buf(), bits_tell(), and bits_valid_left().
| const uint8_t * bits_reader_t::start |
Referenced by bits_reader_set(), bits_set_buf(), bits_tell(), get_bits(), and skip_bits().
| uint32_t bits_reader_t::val |
Referenced by _bits_read_slow(), _bits_skip_slow(), bits_exp_ue(), bits_read(), bits_set_buf(), bits_skip(), and bits_valid_left().