Go to the source code of this file.
|
enum | OutModes {
IN_MODE,
DESIRED_MODE,
OUT_MODE,
NOISE_MODE,
ERROR_MODE,
NB_OMODES,
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
} |
|
◆ OFFSET
◆ AT
◆ DEPTH [1/2]
◆ DEPTH [2/2]
◆ OutModes
Enumerator |
---|
IN_MODE | |
DESIRED_MODE | |
OUT_MODE | |
NOISE_MODE | |
ERROR_MODE | |
NB_OMODES | |
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 32 of file af_anlms.c.
◆ AVFILTER_DEFINE_CLASS_EXT()
◆ query_formats()
◆ activate()
◆ config_output()
◆ init()
◆ uninit()
◆ anlms_options
Initial value:= {
{
"precision",
"set processing precision",
OFFSET(precision),
AV_OPT_TYPE_INT, {.i64=0}, 0, 2,
A, .unit =
"precision" },
{
"auto",
"set auto processing precision", 0,
AV_OPT_TYPE_CONST, {.i64=0}, 0, 0,
A, .unit =
"precision" },
{
"float",
"set single-floating point processing precision", 0,
AV_OPT_TYPE_CONST, {.i64=1}, 0, 0,
A, .unit =
"precision" },
{
"double",
"set double-floating point processing precision", 0,
AV_OPT_TYPE_CONST, {.i64=2}, 0, 0,
A, .unit =
"precision" },
}
Definition at line 70 of file af_anlms.c.
◆ inputs
Initial value:= {
{
.name = "input",
},
{
.name = "desired",
},
}
Definition at line 235 of file af_anlms.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 246 of file af_anlms.c.
◆ ff_af_anlms
Initial value:= {
.name = "anlms",
.description =
NULL_IF_CONFIG_SMALL(
"Apply Normalized Least-Mean-Squares algorithm to first audio stream."),
.priv_class = &anlms_class,
}
Definition at line 254 of file af_anlms.c.
◆ ff_af_anlmf
Initial value:= {
.name = "anlmf",
.description =
NULL_IF_CONFIG_SMALL(
"Apply Normalized Least-Mean-Fourth algorithm to first audio stream."),
.priv_class = &anlms_class,
}
Definition at line 270 of file af_anlms.c.
@ AV_SAMPLE_FMT_FLTP
float, planar
#define FILTER_INPUTS(array)
static av_cold int init(AVFilterContext *ctx)
#define FILTER_OUTPUTS(array)
static av_cold void uninit(AVFilterContext *ctx)
#define FILTER_SINGLE_SAMPLEFMT(sample_fmt_)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
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.
@ AV_OPT_TYPE_FLOAT
Underlying C type is float.
static int activate(AVFilterContext *ctx)
#define FILTER_QUERY_FUNC2(func)
static const AVFilterPad inputs[]
@ AV_OPT_TYPE_INT
Underlying C type is int.
static int config_output(AVFilterLink *outlink)
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
static const AVFilterPad outputs[]
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.