Go to the source code of this file.
◆ FILTER
◆ OFFSET
◆ FLAGS
◆ calc_q_factors()
static void calc_q_factors |
( |
int |
n, |
|
|
double * |
q |
|
) |
| |
|
static |
◆ get_coeffs()
◆ config_input()
◆ filter_frame()
◆ process_command()
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ uninit()
◆ AVFILTER_DEFINE_CLASS() [1/2]
AVFILTER_DEFINE_CLASS |
( |
asupercut |
| ) |
|
◆ AVFILTER_DEFINE_CLASS() [2/2]
AVFILTER_DEFINE_CLASS |
( |
asubcut |
| ) |
|
◆ AVFILTER_DEFINE_CLASS_EXT()
◆ sample_fmts
◆ asupercut_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 327 of file af_asupercut.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 336 of file af_asupercut.c.
◆ ff_af_asupercut
Initial value:= {
.name = "asupercut",
.priv_class = &asupercut_class,
}
Definition at line 343 of file af_asupercut.c.
◆ asubcut_options
◆ ff_af_asubcut
Initial value:= {
.name = "asubcut",
.priv_class = &asubcut_class,
}
Definition at line 366 of file af_asupercut.c.
◆ asuperpass_asuperstop_options
const AVOption asuperpass_asuperstop_options[] |
|
static |
◆ ff_af_asuperpass
Initial value:= {
.name = "asuperpass",
.priv_class = &asuperpass_asuperstop_class,
}
Definition at line 391 of file af_asupercut.c.
◆ ff_af_asuperstop
Initial value:= {
.name = "asuperstop",
.priv_class = &asuperpass_asuperstop_class,
}
Definition at line 405 of file af_asupercut.c.
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)