FFmpeg
|
Data Fields | |
const AVClass * | class |
int | order |
float | mu |
float | eps |
float | leakage |
int | output_mode |
int | precision |
int | kernel_size |
AVFrame * | offset |
AVFrame * | delay |
AVFrame * | coeffs |
AVFrame * | tmp |
AVFrame * | frame [2] |
int | anlmf |
int(* | filter_channels )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
AVFloatDSPContext * | fdsp |
Definition at line 41 of file af_anlms.c.
const AVClass* AudioNLMSContext::class |
Definition at line 42 of file af_anlms.c.
int AudioNLMSContext::order |
Definition at line 44 of file af_anlms.c.
float AudioNLMSContext::mu |
Definition at line 45 of file af_anlms.c.
float AudioNLMSContext::eps |
Definition at line 46 of file af_anlms.c.
float AudioNLMSContext::leakage |
Definition at line 47 of file af_anlms.c.
int AudioNLMSContext::output_mode |
Definition at line 48 of file af_anlms.c.
int AudioNLMSContext::precision |
Definition at line 49 of file af_anlms.c.
int AudioNLMSContext::kernel_size |
Definition at line 51 of file af_anlms.c.
AVFrame* AudioNLMSContext::offset |
Definition at line 52 of file af_anlms.c.
AVFrame* AudioNLMSContext::delay |
Definition at line 53 of file af_anlms.c.
AVFrame* AudioNLMSContext::coeffs |
Definition at line 54 of file af_anlms.c.
AVFrame* AudioNLMSContext::tmp |
Definition at line 55 of file af_anlms.c.
AVFrame* AudioNLMSContext::frame[2] |
Definition at line 57 of file af_anlms.c.
int AudioNLMSContext::anlmf |
Definition at line 59 of file af_anlms.c.
int(* AudioNLMSContext::filter_channels) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 61 of file af_anlms.c.
AVFloatDSPContext* AudioNLMSContext::fdsp |
Definition at line 63 of file af_anlms.c.