Go to the source code of this file.
|
| enum | OutModes {
IN_MODE,
OUT_MODE,
NOISE_MODE,
NB_MODES,
IN_MODE,
OUT_MODE,
NOISE_MODE,
NB_MODES,
IN_MODE,
DESIRED_MODE,
OUT_MODE,
NOISE_MODE,
ERROR_MODE,
NB_OMODES,
IN_MODE,
DESIRED_MODE,
OUT_MODE,
NOISE_MODE,
ERROR_MODE,
NB_OMODES,
IN_MODE,
OUT_MODE,
ESS_MODE,
NB_MODES
} |
| |
|
| | AVFILTER_DEFINE_CLASS (arls) |
| |
| static float | fir_sample (AudioRLSContext *s, float sample, float *delay, float *coeffs, float *tmp, int *offset) |
| |
| static float | process_sample (AudioRLSContext *s, float input, float desired, int ch) |
| |
| static int | process_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| |
| static int | activate (AVFilterContext *ctx) |
| |
| static int | config_output (AVFilterLink *outlink) |
| |
| static av_cold int | init (AVFilterContext *ctx) |
| |
| static av_cold void | uninit (AVFilterContext *ctx) |
| |
◆ OFFSET
◆ AT
◆ OutModes
| Enumerator |
|---|
| IN_MODE | |
| OUT_MODE | |
| NOISE_MODE | |
| NB_MODES | |
| IN_MODE | |
| OUT_MODE | |
| NOISE_MODE | |
| NB_MODES | |
| IN_MODE | |
| DESIRED_MODE | |
| OUT_MODE | |
| NOISE_MODE | |
| ERROR_MODE | |
| NB_OMODES | |
| IN_MODE | |
| DESIRED_MODE | |
| OUT_MODE | |
| NOISE_MODE | |
| ERROR_MODE | |
| NB_OMODES | |
| IN_MODE | |
| OUT_MODE | |
| ESS_MODE | |
| NB_MODES | |
Definition at line 30 of file af_arls.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
arls |
| ) |
|
◆ fir_sample()
◆ process_sample()
◆ process_channels()
◆ activate()
◆ config_output()
◆ init()
◆ uninit()
◆ arls_options
Initial value:
Definition at line 64 of file af_arls.c.
◆ inputs
Initial value:= {
{
.name = "input",
},
{
.name = "desired",
},
}
Definition at line 322 of file af_arls.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 333 of file af_arls.c.
◆ ff_af_arls
Initial value:= {
.name = "arls",
.description =
NULL_IF_CONFIG_SMALL(
"Apply Recursive Least Squares algorithm to first audio stream."),
.priv_class = &arls_class,
}
Definition at line 341 of file af_arls.c.
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.