◆ BitReader()
heif::BitReader::BitReader |
( |
const uint8_t * |
buffer, |
|
|
int |
len |
|
) |
| |
◆ get_bits()
int heif::BitReader::get_bits |
( |
int |
n | ) |
|
◆ get_bits_fast()
int heif::BitReader::get_bits_fast |
( |
int |
n | ) |
|
◆ get_current_byte_index()
int heif::BitReader::get_current_byte_index |
( |
| ) |
const |
|
inline |
◆ get_svlc()
bool heif::BitReader::get_svlc |
( |
int * |
value | ) |
|
◆ get_uvlc()
bool heif::BitReader::get_uvlc |
( |
int * |
value | ) |
|
◆ peek_bits()
int heif::BitReader::peek_bits |
( |
int |
n | ) |
|
◆ skip_bits()
void heif::BitReader::skip_bits |
( |
int |
n | ) |
|
◆ skip_bits_fast()
void heif::BitReader::skip_bits_fast |
( |
int |
n | ) |
|
◆ skip_to_byte_boundary()
void heif::BitReader::skip_to_byte_boundary |
( |
| ) |
|
The documentation for this class was generated from the following file: