Asterisk - The Open Source Telephony Project
18.5.0
|
#include <g722.h>
Data Fields | |
struct { | |
int a [3] | |
int ap [3] | |
int b [7] | |
int bp [7] | |
int d [7] | |
int det | |
int nb | |
int p [3] | |
int r [3] | |
int s | |
int sg [7] | |
int sp | |
int sz | |
} | band [2] |
int | bits_per_sample |
int | eight_k |
int | in_bits |
unsigned int | in_buffer |
int | itu_test_mode |
int | out_bits |
unsigned int | out_buffer |
int | packed |
int | x [24] |
struct { ... } band[2] |
Referenced by block4(), g722_decode(), and g722_decode_init().
int bits_per_sample |
6 for 48000kbps, 7 for 56000kbps, or 8 for 64000kbps.
Definition at line 104 of file g722.h.
Referenced by g722_decode(), and g722_decode_init().
int det |
Definition at line 123 of file g722.h.
Referenced by g722_decode(), and g722_decode_init().
int eight_k |
TRUE if decode to 8k samples/second
Definition at line 102 of file g722.h.
Referenced by g722_decode(), and g722_decode_init().
int in_bits |
Definition at line 127 of file g722.h.
Referenced by g722_decode().
unsigned int in_buffer |
Definition at line 126 of file g722.h.
Referenced by g722_decode().
int itu_test_mode |
TRUE if the operating in the special ITU test mode, with the band split filters disabled.
Definition at line 98 of file g722.h.
Referenced by g722_decode().
int nb |
Definition at line 122 of file g722.h.
Referenced by g722_decode().
int packed |
TRUE if the G.722 data is packed
Definition at line 100 of file g722.h.
Referenced by g722_decode(), and g722_decode_init().
int s |
Definition at line 111 of file g722.h.
Referenced by block4(), and g722_decode().
int x[24] |