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