Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (asoftclip) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static void | filter_flt (ASoftClipContext *s, void **dptr, const void **sptr, int nb_samples, int channels, int start, int end) |
|
static void | filter_dbl (ASoftClipContext *s, void **dptr, const void **sptr, int nb_samples, int channels, int start, int end) |
|
static int | config_input (AVFilterLink *inlink) |
|
static int | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
◆ 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_channels()
◆ filter_frame()
◆ asoftclip_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 290 of file af_asoftclip.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 300 of file af_asoftclip.c.
◆ ff_af_asoftclip
Initial value:= {
.name = "asoftclip",
.priv_class = &asoftclip_class,
}
Definition at line 308 of file af_asoftclip.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.
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)