Go to the source code of this file.
◆ OFFSET
◆ SQR
#define SQR |
( |
|
x | ) |
((x) * (x)) |
◆ ASoftClipTypes
Enumerator |
---|
ASC_TANH | |
ASC_ATAN | |
ASC_CUBIC | |
ASC_EXP | |
ASC_ALG | |
ASC_QUINTIC | |
ASC_SIN | |
NB_TYPES | |
Definition at line 27 of file af_asoftclip.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
asoftclip |
| ) |
|
◆ query_formats()
◆ filter_flt()
◆ filter_dbl()
◆ config_input()
◆ filter_frame()
◆ asoftclip_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 261 of file af_asoftclip.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 271 of file af_asoftclip.c.
◆ ff_af_asoftclip
Initial value:= {
.name = "asoftclip",
.priv_class = &asoftclip_class,
}
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
#define flags(name, subs,...)
Definition at line 279 of file af_asoftclip.c.