Go to the source code of this file.
Typedefs | |
typedef bitstream_state_s | bitstream_state_t |
Functions | |
SPAN_DECLARE (void) bitstream_put(bitstream_state_t *s | |
Cleanup a T.30 context if the call terminates. | |
SPAN_DECLARE (uint32_t) bitstream_get(bitstream_state_t *s | |
Bit reverse a 32 bit word. | |
SPAN_DECLARE (bitstream_state_t *) bitstream_init(bitstream_state_t *s) | |
Initialise a bitstream context. | |
SPAN_DECLARE (int) bitstream_release(bitstream_state_t *s) | |
Find the number of set bits in a 32 bit word. | |
Variables | |
uint8_t ** | c |
uint8_t uint32_t | value |
uint8_t uint32_t int | bits |
|
Bitstream handler state |
|
Find the number of set bits in a 32 bit word. Compress a block of octets.
|
|
Initialise a bitstream context.
|
|
Bit reverse a 32 bit word.
|
|
Cleanup a T.30 context if the call terminates.
|