#include <speex_bits.h>
Public Attributes | |
char * | bytes |
int | nbBits |
int | bytePtr |
int | bitPtr |
int | owner |
int | overflow |
int | buf_size |
int | reserved1 |
void * | reserved2 |
|
Position of the bit "cursor" within the current byte |
|
Allocated size for buffer |
|
Position of the byte "cursor" |
|
"raw" data |
|
Total number of bits stored in the stream |
|
Set to one if we try to read past the valid data |
|
Does the struct "own" the "raw" buffer (member "bytes") |
|
Reserved for future use |
|
Reserved for future use |