| 
    FFmpeg
    
   | 
 
Data Fields | |
| int | coded | 
| int | log_gain | 
| int16_t | nlsf [16] | 
| float | lpc [16] | 
| float | output [2 *SILK_HISTORY] | 
| float | lpc_history [2 *SILK_HISTORY] | 
| int | primarylag | 
| int | prev_voiced | 
Definition at line 31 of file opus_silk.c.
| int SilkFrame::coded | 
Definition at line 32 of file opus_silk.c.
Referenced by ff_silk_decode_superframe(), silk_decode_frame(), silk_decode_lpc(), and silk_flush_frame().
| int SilkFrame::log_gain | 
Definition at line 33 of file opus_silk.c.
Referenced by silk_decode_frame(), and silk_flush_frame().
| int16_t SilkFrame::nlsf[16] | 
Definition at line 34 of file opus_silk.c.
Referenced by silk_decode_lpc(), and silk_flush_frame().
| float SilkFrame::lpc[16] | 
Definition at line 35 of file opus_silk.c.
Referenced by silk_decode_lpc(), and silk_flush_frame().
| float SilkFrame::output[2 *SILK_HISTORY] | 
Definition at line 37 of file opus_silk.c.
Referenced by ff_silk_decode_superframe(), silk_decode_frame(), silk_flush_frame(), and silk_unmix_ms().
| float SilkFrame::lpc_history[2 *SILK_HISTORY] | 
Definition at line 38 of file opus_silk.c.
Referenced by silk_decode_frame(), and silk_flush_frame().
| int SilkFrame::primarylag | 
Definition at line 39 of file opus_silk.c.
Referenced by silk_decode_frame(), and silk_flush_frame().
| int SilkFrame::prev_voiced | 
Definition at line 41 of file opus_silk.c.
Referenced by silk_decode_frame(), and silk_flush_frame().
 1.8.6