The band[0] and band[1] correspond respectively to the lower band and higher band.
Definition: g722.h:43
int16_t pole_mem[2]
second-order pole section coefficient buffer
Definition: g722.h:48
int32_t s_zero
previous output signal from zero predictor
Definition: g722.h:45
int16_t zero_mem[6]
Seventh-order zero section coefficient buffer.
Definition: g722.h:50
int32_t diff_mem[6]
quantizer difference signal memory
Definition: g722.h:49
int16_t prev_samples[PREV_SAMPLES_BUF_SIZE]
memory of past decoded samples
Definition: g722.h:37
int8_t part_reconst_mem[2]
signs of previous partially reconstructed signals
Definition: g722.h:46
int prev_samples_pos
the number of values in prev_samples
Definition: g722.h:38
int16_t log_factor
delayed 2-logarithmic quantizer factor
Definition: g722.h:51
int16_t scale_factor
delayed quantizer scale factor
Definition: g722.h:52
int16_t prev_qtzd_reconst
previous quantized reconstructed signal (internal value, using low_inv_quant4)
Definition: g722.h:47