Go to the source code of this file.
|
| static int | ap_init (APContext *ap, int fs, double delay) |
| |
| static void | ap_free (APContext *ap) |
| |
| static double | ap_run (APContext *ap, double x) |
| |
| static void | filter_channel_dbl (AVFilterContext *ctx, int ch, AVFrame *in, AVFrame *out) |
| |
| 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) |
| |
| static av_cold void | uninit (AVFilterContext *ctx) |
| |
| | AVFILTER_DEFINE_CLASS (adecorrelate) |
| |
◆ MAX_STAGES
◆ FILTER_FC
◆ RT60_LF
◆ RT60_HF
◆ OFFSET
◆ FLAGS
◆ ap_init()
◆ ap_free()
◆ ap_run()
◆ filter_channel_dbl()
◆ config_input()
◆ filter_channels()
| static int filter_channels |
( |
AVFilterContext * | ctx, |
|
|
void * | arg, |
|
|
int | jobnr, |
|
|
int | nb_jobs ) |
|
static |
◆ filter_frame()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
adecorrelate | | ) |
|
◆ adecorrelate_options
Initial value:= {
}
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 217 of file af_adecorrelate.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 225 of file af_adecorrelate.c.
◆ ff_af_adecorrelate
Initial value:= {
.p.name = "adecorrelate",
.p.priv_class = &adecorrelate_class,
}
static const AVFilterPad inputs[]
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
#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 AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
@ AV_SAMPLE_FMT_DBLP
double, planar
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_SINGLE_SAMPLEFMT(sample_fmt_)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 234 of file af_adecorrelate.c.