spandsp 3.0.0
|
#include <bitstream.h>
Public Attributes | |
uint32_t | bitstream |
int | residue |
bool | lsb_first |
Bitstream handler state
uint32_t bitstream_state_s::bitstream |
The bit stream.
Referenced by bitstream_emit(), bitstream_flush(), bitstream_get(), bitstream_init(), bitstream_put(), g726_decode(), and g726_encode().
bool bitstream_state_s::lsb_first |
True if the stream is LSB first, else MSB first
Referenced by bitstream_emit(), bitstream_get(), bitstream_init(), and bitstream_put().
int bitstream_state_s::residue |
The residual bits in bitstream.
Referenced by bitstream_emit(), bitstream_flush(), bitstream_get(), bitstream_init(), bitstream_put(), g726_decode(), and g726_encode().