Asterisk - The Open Source Telephony Project
21.4.1
|
Go to the source code of this file.
Macros | |
#define | FALSE 0 |
#define | TRUE (!FALSE) |
Functions | |
static void | block4 (g722_encode_state_t *s, int band, int d) |
int | g722_encode (g722_encode_state_t *s, uint8_t g722_data[], const int16_t amp[], int len) |
g722_encode_state_t * | g722_encode_init (g722_encode_state_t *s, int rate, int options) |
int | g722_encode_release (g722_encode_state_t *s) |
static __inline__ int16_t | saturate (int32_t amp) |