#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "audio.h"
Go to the source code of this file.
|
| | AVFILTER_DEFINE_CLASS (aexciter) |
| |
| static double | M (double x) |
| |
| static double | D (double x) |
| |
| static void | set_params (ChannelParams *p, double blend, double drive, double srate, double freq, double ceil) |
| |
| static double | bprocess (double in, const double *const c, double *w1, double *w2) |
| |
| static double | distortion_process (AExciterContext *s, ChannelParams *p, double in) |
| |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| |
| static av_cold void | uninit (AVFilterContext *ctx) |
| |
| static int | config_input (AVFilterLink *inlink) |
| |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| |
◆ OFFSET
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
aexciter | | ) |
|
◆ M()
◆ D()
◆ set_params()
◆ bprocess()
◆ distortion_process()
◆ filter_frame()
◆ uninit()
◆ config_input()
◆ process_command()
| static int process_command |
( |
AVFilterContext * | ctx, |
|
|
const char * | cmd, |
|
|
const char * | args, |
|
|
char * | res, |
|
|
int | res_len, |
|
|
int | flags ) |
|
static |
◆ aexciter_options
Initial value:= {
}
static __device__ float ceil(float a)
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 55 of file af_aexciter.c.
◆ avfilter_af_aexciter_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 259 of file af_aexciter.c.
◆ ff_af_aexciter
Initial value:= {
.p.name = "aexciter",
.p.priv_class = &aexciter_class,
}
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static const AVFilterPad avfilter_af_aexciter_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_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
@ AV_SAMPLE_FMT_DBL
double
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 268 of file af_aexciter.c.