| 
    FFmpeg
    
   | 
 
Data Fields | |
| const AVClass * | class | 
| int | order | 
| float | mu | 
| float | eps | 
| float | leakage | 
| int | output_mode | 
| int | kernel_size | 
| AVFrame * | offset | 
| AVFrame * | delay | 
| AVFrame * | coeffs | 
| AVFrame * | tmp | 
| AVFrame * | frame [2] | 
| int | anlmf | 
| AVFloatDSPContext * | fdsp | 
Definition at line 40 of file af_anlms.c.
| const AVClass* AudioNLMSContext::class | 
Definition at line 41 of file af_anlms.c.
| int AudioNLMSContext::order | 
Definition at line 43 of file af_anlms.c.
| float AudioNLMSContext::mu | 
Definition at line 44 of file af_anlms.c.
| float AudioNLMSContext::eps | 
Definition at line 45 of file af_anlms.c.
| float AudioNLMSContext::leakage | 
Definition at line 46 of file af_anlms.c.
| int AudioNLMSContext::output_mode | 
Definition at line 47 of file af_anlms.c.
| int AudioNLMSContext::kernel_size | 
Definition at line 49 of file af_anlms.c.
| AVFrame* AudioNLMSContext::offset | 
Definition at line 50 of file af_anlms.c.
| AVFrame* AudioNLMSContext::delay | 
Definition at line 51 of file af_anlms.c.
| AVFrame* AudioNLMSContext::coeffs | 
Definition at line 52 of file af_anlms.c.
| AVFrame* AudioNLMSContext::tmp | 
Definition at line 53 of file af_anlms.c.
| AVFrame* AudioNLMSContext::frame[2] | 
Definition at line 55 of file af_anlms.c.
| int AudioNLMSContext::anlmf | 
Definition at line 57 of file af_anlms.c.
| AVFloatDSPContext* AudioNLMSContext::fdsp | 
Definition at line 59 of file af_anlms.c.
 1.8.17