libg722_1
0.1.0
|
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "bitstream.h"
Functions | |
void | bitstream_put (bitstream_state_t *s, uint8_t **c, uint32_t value, int bits) |
uint32_t | bitstream_get (bitstream_state_t *s, const uint8_t **c, int bits) |
void | bitstream_flush (bitstream_state_t *s, uint8_t **c) |
bitstream_state_t * | bitstream_init (bitstream_state_t *s) |