|
Functions |
void | bitstream_put (bitstream_state_t *s, uint8_t **c, unsigned int value, int bits) |
void | bitstream_flush (bitstream_state_t *s, uint8_t **c) |
unsigned int | bitstream_get (bitstream_state_t *s, const uint8_t **c, int bits) |
void | bitstream_put2 (bitstream_state_t *s, uint8_t **c, unsigned int value, int bits) |
void | bitstream_flush2 (bitstream_state_t *s, uint8_t **c) |
unsigned int | bitstream_get2 (bitstream_state_t *s, const uint8_t **c, int bits) |
bitstream_state_t * | bitstream_init (bitstream_state_t *s) |