|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
#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_encode(), and g722_encode_init().
| int bits_per_sample |
6 for 48000kbps, 7 for 56000kbps, or 8 for 64000kbps.
Definition at line 66 of file g722.h.
Referenced by g722_encode(), and g722_encode_init().
| int det |
Definition at line 85 of file g722.h.
Referenced by g722_encode(), and g722_encode_init().
| int eight_k |
TRUE if encode from 8k samples/second
Definition at line 64 of file g722.h.
Referenced by g722_encode(), and g722_encode_init().
| int itu_test_mode |
TRUE if the operating in the special ITU test mode, with the band split filters disabled.
Definition at line 60 of file g722.h.
Referenced by g722_encode().
| int nb |
Definition at line 84 of file g722.h.
Referenced by g722_encode().
| int out_bits |
Definition at line 91 of file g722.h.
Referenced by g722_encode().
| unsigned int out_buffer |
Definition at line 90 of file g722.h.
Referenced by g722_encode().
| int packed |
TRUE if the G.722 data is packed
Definition at line 62 of file g722.h.
Referenced by g722_encode(), and g722_encode_init().
| int s |
Definition at line 73 of file g722.h.
Referenced by block4(), and g722_encode().
| int x[24] |