| 
    FFmpeg
    
   | 
 
Data Fields | |
| float * | refl_coef | 
| float * | target_refl_coef | 
| float * | lpc_coef | 
| int | order | 
| int | energy | 
| int | target_energy | 
| int | inited | 
| float * | filter_out | 
| float * | excitation | 
| AVLFG | lfg | 
| LPCContext | lpc | 
| int32_t * | samples32 | 
| double * | ref_coef | 
| float* CNGContext::refl_coef | 
Definition at line 31 of file cngdec.c.
Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().
| float * CNGContext::target_refl_coef | 
Definition at line 31 of file cngdec.c.
Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().
| float* CNGContext::lpc_coef | 
Definition at line 32 of file cngdec.c.
Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().
| int CNGContext::order | 
Definition at line 33 of file cngdec.c.
Referenced by cng_decode_frame(), cng_decode_init(), cng_encode_frame(), and cng_encode_init().
| int CNGContext::energy | 
Definition at line 34 of file cngdec.c.
Referenced by cng_decode_frame().
| int CNGContext::target_energy | 
Definition at line 34 of file cngdec.c.
Referenced by cng_decode_frame().
| int CNGContext::inited | 
Definition at line 35 of file cngdec.c.
Referenced by cng_decode_flush(), and cng_decode_frame().
| float* CNGContext::filter_out | 
Definition at line 36 of file cngdec.c.
Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().
| float* CNGContext::excitation | 
Definition at line 37 of file cngdec.c.
Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().
| AVLFG CNGContext::lfg | 
Definition at line 38 of file cngdec.c.
Referenced by cng_decode_frame(), and cng_decode_init().
| LPCContext CNGContext::lpc | 
Definition at line 30 of file cngenc.c.
Referenced by cng_encode_close(), cng_encode_frame(), and cng_encode_init().
| int32_t* CNGContext::samples32 | 
Definition at line 32 of file cngenc.c.
Referenced by cng_encode_close(), cng_encode_frame(), and cng_encode_init().
| double* CNGContext::ref_coef | 
Definition at line 33 of file cngenc.c.
Referenced by cng_encode_close(), cng_encode_frame(), and cng_encode_init().
 1.8.2