xine-lib 1.2.11
|
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | bits_reader_t |
Functions | |
static void | bits_reader_set (bits_reader_t *br, const uint8_t *buf, int len) |
static void | skip_bits (bits_reader_t *br, int nbits) |
static uint32_t | get_bits (bits_reader_t *br, int nbits) |
static uint32_t | read_bits (bits_reader_t *br, int nbits) |
|
static |
|
static |
References bits_reader_t::buffer, bits_reader_t::length, bits_reader_t::offbits, bits_reader_t::oflow, and bits_reader_t::start.
Referenced by read_bits().
|
static |
References bits_reader_t::buffer, get_bits(), and bits_reader_t::offbits.
|
static |