| 
    FFmpeg
    
   | 
 
#include <gsmdec_data.h>
Data Fields | |
| AVFrame | frame | 
| int16_t | ref_buf [280] | 
| int | v [9] | 
| int | lar [2][8] | 
| int | lar_idx | 
| int | msr | 
Definition at line 28 of file gsmdec_data.h.
| AVFrame GSMContext::frame | 
Definition at line 29 of file gsmdec_data.h.
Referenced by gsm_decode_frame(), and gsm_init().
| int16_t GSMContext::ref_buf[280] | 
Definition at line 34 of file gsmdec_data.h.
Referenced by gsm_decode_block().
| int GSMContext::v[9] | 
Definition at line 35 of file gsmdec_data.h.
Referenced by short_term_synth().
| int GSMContext::lar[2][8] | 
Definition at line 36 of file gsmdec_data.h.
Referenced by gsm_decode_block(), and short_term_synth().
| int GSMContext::lar_idx | 
Definition at line 37 of file gsmdec_data.h.
Referenced by gsm_decode_block(), and short_term_synth().
| int GSMContext::msr | 
Definition at line 38 of file gsmdec_data.h.
Referenced by gsm_decode_block().
 1.8.2