| spandsp 0.0.6
    | 
#include <g722.h>
| Public Attributes | |
| int | itu_test_mode | 
| int | packed | 
| int | eight_k | 
| int | bits_per_sample | 
| int16_t | x [12] | 
| int16_t | y [12] | 
| int | ptr | 
| g722_band_t | band [2] | 
| uint32_t | in_buffer | 
| int | in_bits | 
| uint32_t | out_buffer | 
| int | out_bits | 
G.722 encode state
| int g722_encode_state_s::bits_per_sample | 
6 for 48000kbps, 7 for 56000kbps, or 8 for 64000kbps.
Referenced by g722_encode(), and g722_encode_init().
| int g722_encode_state_s::eight_k | 
TRUE if encode from 8k samples/second
Referenced by g722_encode(), and g722_encode_init().
| int g722_encode_state_s::itu_test_mode | 
TRUE if the operating in the special ITU test mode, with the band split filters disabled.
Referenced by g722_encode().
| int g722_encode_state_s::packed | 
TRUE if the G.722 data is packed
Referenced by g722_encode(), and g722_encode_init().
| int16_t g722_encode_state_s::x[12] | 
Signal history for the QMF
Referenced by g722_encode().