FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SAMPLE_FORMAT double |
#define | SQRT sqrt |
#define | TAN tan |
#define | ONE 1.0 |
#define | TWO 2.0 |
#define | ZERO 0.0 |
#define | FMIN fmin |
#define | FMAX fmax |
#define | CLIP av_clipd |
#define | FABS fabs |
#define | ftype double |
#define | EPSILON (1.0 / (1LL << 51)) |
#define | fn3(a, b) a##_##b |
#define | fn2(a, b) fn3(a,b) |
#define | fn(a) fn2(a, SAMPLE_FORMAT) |
Functions | |
static ftype fn() | get_svf (ftype in, const ftype *m, const ftype *a, ftype *b) |
static int fn() | filter_prepare (AVFilterContext *ctx) |
static int fn() | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
#define SAMPLE_FORMAT double |
Definition at line 45 of file adynamicequalizer_template.c.
#define SQRT sqrt |
Definition at line 46 of file adynamicequalizer_template.c.
#define TAN tan |
Definition at line 47 of file adynamicequalizer_template.c.
#define ONE 1.0 |
Definition at line 48 of file adynamicequalizer_template.c.
#define TWO 2.0 |
Definition at line 49 of file adynamicequalizer_template.c.
#define ZERO 0.0 |
Definition at line 50 of file adynamicequalizer_template.c.
#define FMIN fmin |
Definition at line 51 of file adynamicequalizer_template.c.
#define FMAX fmax |
Definition at line 52 of file adynamicequalizer_template.c.
#define CLIP av_clipd |
Definition at line 53 of file adynamicequalizer_template.c.
#define FABS fabs |
Definition at line 54 of file adynamicequalizer_template.c.
#define ftype double |
Definition at line 55 of file adynamicequalizer_template.c.
#define EPSILON (1.0 / (1LL << 51)) |
Definition at line 56 of file adynamicequalizer_template.c.
#define fn | ( | a | ) | fn2(a, SAMPLE_FORMAT) |
Definition at line 61 of file adynamicequalizer_template.c.
Definition at line 63 of file adynamicequalizer_template.c.
Referenced by filter_channels().
|
static |
Definition at line 76 of file adynamicequalizer_template.c.
|
static |
Definition at line 141 of file adynamicequalizer_template.c.