Go to the source code of this file.
Functions | |
SPAN_DECLARE (uint16_t) bit_reverse16(uint16_t data) | |
Bit reverse a 16 bit word. | |
SPAN_DECLARE (uint32_t) bit_reverse32(uint32_t data) | |
Bit reverse a 32 bit word. | |
SPAN_DECLARE (void) bit_reverse(uint8_t to[] | |
Cleanup a T.30 context if the call terminates. | |
SPAN_DECLARE (int) one_bits32(uint32_t x) | |
Find the number of set bits in a 32 bit word. | |
Variables | |
const uint8_t | from [] |
const uint8_t int | len |
|
Find the number of set bits in a 32 bit word. Compress a block of octets.
|
|
Cleanup a T.30 context if the call terminates.
|
|
Bit reverse a 32 bit word.
|
|
Bit reverse a 16 bit word.
|