| FFmpeg
    | 
#include <g722.h>
| Data Structures | |
| struct | G722Band | 
| The band[0] and band[1] correspond respectively to the lower band and higher band.  More... | |
| struct | TrellisNode | 
| struct | TrellisPath | 
| Data Fields | |
| const AVClass * | class | 
| int | bits_per_codeword | 
| int16_t | prev_samples [PREV_SAMPLES_BUF_SIZE] | 
| memory of past decoded samples  More... | |
| int | prev_samples_pos | 
| the number of values in prev_samples  More... | |
| struct G722Context::G722Band | band [2] | 
| struct G722Context::TrellisNode * | node_buf [2] | 
| struct G722Context::TrellisNode ** | nodep_buf [2] | 
| struct G722Context::TrellisPath * | paths [2] | 
| G722DSPContext | dsp | 
| int16_t G722Context::prev_samples[PREV_SAMPLES_BUF_SIZE] | 
| int G722Context::prev_samples_pos | 
| struct G722Context::G722Band G722Context::band[2] | 
| struct G722Context::TrellisNode * G722Context::node_buf[2] | 
| struct G722Context::TrellisNode ** G722Context::nodep_buf[2] | 
| struct G722Context::TrellisPath * G722Context::paths[2] | 
| G722DSPContext G722Context::dsp | 
 1.8.17
 1.8.17