|
Data Structures |
| struct | BLT_BitStream |
Defines |
|
#define | BLT_WORD_BITS 32 |
|
#define | BLT_WORD_BYTES 4 |
|
#define | BLT_BIT_MASK(_n) ((1<<(_n))-1) |
Typedefs |
|
typedef BLT_UInt32 | BLT_BitsWord |
Functions |
|
BLT_Result | BLT_BitStream_Construct (BLT_BitStream *bits, BLT_Size size) |
|
BLT_Result | BLT_BitStream_Destruct (BLT_BitStream *bits) |
|
BLT_Result | BLT_BitStream_SetData (BLT_BitStream *bits, const unsigned char *data, BLT_Size data_size) |
|
BLT_Result | BLT_BitStream_ByteAlign (BLT_BitStream *bits) |
|
BLT_Result | BLT_BitStream_Reset (BLT_BitStream *bits) |
|
BLT_Size | BLT_BitStream_GetBitsLeft (BLT_BitStream *bits) |