The band[0] and band[1] correspond respectively to the lower band and higher band.
More...
#include <g722.h>
The band[0] and band[1] correspond respectively to the lower band and higher band.
Definition at line 43 of file g722.h.
◆ s_predictor
int16_t G722Context::G722Band::s_predictor |
predictor output value
Definition at line 44 of file g722.h.
◆ s_zero
int32_t G722Context::G722Band::s_zero |
previous output signal from zero predictor
Definition at line 45 of file g722.h.
◆ part_reconst_mem
int8_t G722Context::G722Band::part_reconst_mem[2] |
signs of previous partially reconstructed signals
Definition at line 46 of file g722.h.
◆ prev_qtzd_reconst
int16_t G722Context::G722Band::prev_qtzd_reconst |
previous quantized reconstructed signal (internal value, using low_inv_quant4)
Definition at line 47 of file g722.h.
◆ pole_mem
int16_t G722Context::G722Band::pole_mem[2] |
second-order pole section coefficient buffer
Definition at line 48 of file g722.h.
◆ diff_mem
int32_t G722Context::G722Band::diff_mem[6] |
quantizer difference signal memory
Definition at line 49 of file g722.h.
◆ zero_mem
int16_t G722Context::G722Band::zero_mem[6] |
Seventh-order zero section coefficient buffer.
Definition at line 50 of file g722.h.
◆ log_factor
int16_t G722Context::G722Band::log_factor |
delayed 2-logarithmic quantizer factor
Definition at line 51 of file g722.h.
◆ scale_factor
int16_t G722Context::G722Band::scale_factor |
delayed quantizer scale factor
Definition at line 52 of file g722.h.
The documentation for this struct was generated from the following file: