bitstream.c File Reference

#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "spandsp/telephony.h"
#include "spandsp/bitstream.h"
#include "spandsp/private/bitstream.h"

Functions

void bitstream_put (bitstream_state_t *s, uint8_t **c, uint32_t value, int bits)
void bitstream_put2 (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)
uint32_t bitstream_get2 (bitstream_state_t *s, const uint8_t **c, int bits)
void bitstream_flush (bitstream_state_t *s, uint8_t **c)
void bitstream_flush2 (bitstream_state_t *s, uint8_t **c)
bitstream_state_t * bitstream_init (bitstream_state_t *s)
int bitstream_release (bitstream_state_t *s)
int bitstream_free (bitstream_state_t *s)

Detailed Description


Generated by  doxygen 1.6.2