xine-lib 1.2.13-20230125hg15249
Data Structures | Functions
bits_reader.h File Reference
#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)
 

Function Documentation

◆ bits_reader_set()

static void bits_reader_set ( bits_reader_t * br,
const uint8_t * buf,
int len )
static

◆ get_bits()

static uint32_t get_bits ( bits_reader_t * br,
int nbits )
static

◆ read_bits()

static uint32_t read_bits ( bits_reader_t * br,
int nbits )
static

◆ skip_bits()

static void skip_bits ( bits_reader_t * br,
int nbits )
static