|
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 | FLOG log |
| #define | FEXP exp |
| #define | FLOG2 log2 |
| #define | FLOG10 log10 |
| #define | FEXP2 exp2 |
| #define | FEXP10 ff_exp10 |
| #define | EPSILON (1.0 / (1LL << 53)) |
| #define | ftype double |
| #define | LIN2LOG(x) |
| #define | LOG2LIN(x) |
| #define | fn3(a, b) |
| #define | fn2(a, b) |
| #define | fn(a) |
| #define | PEAKS(empty_value, op, sample, psample) |
Functions | |
| static ftype fn | get_svf (ftype in, const ftype *m, const ftype *a, ftype *b) |
| static int fn | filter_prepare (AVFilterContext *ctx) |
| static void fn | queue_sample (ChannelContext *cc, const ftype x, const int nb_samples) |
| static ftype fn | get_peak (ChannelContext *cc, ftype *score) |
| static int fn | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| #define SAMPLE_FORMAT double |
Definition at line 57 of file adynamicequalizer_template.c.
| #define SQRT sqrt |
Definition at line 58 of file adynamicequalizer_template.c.
Referenced by filter_channels(), filter_frame(), filter_frame(), get_iscale(), and get_scale().
| #define TAN tan |
Definition at line 59 of file adynamicequalizer_template.c.
Referenced by filter_channels(), and filter_prepare().
| #define ONE 1.0 |
Definition at line 60 of file adynamicequalizer_template.c.
| #define TWO 2.0 |
Definition at line 61 of file adynamicequalizer_template.c.
Referenced by filter_prepare(), and get_svf().
| #define ZERO 0.0 |
Definition at line 62 of file adynamicequalizer_template.c.
| #define FMIN fmin |
Definition at line 63 of file adynamicequalizer_template.c.
Referenced by filter_channels(), and filter_prepare().
| #define FMAX fmax |
Definition at line 64 of file adynamicequalizer_template.c.
Referenced by filter_channels().
| #define CLIP av_clipd |
Definition at line 65 of file adynamicequalizer_template.c.
Referenced by filter_channels().
| #define FABS fabs |
Definition at line 66 of file adynamicequalizer_template.c.
Referenced by filter_channels().
| #define FLOG log |
Definition at line 67 of file adynamicequalizer_template.c.
| #define FEXP exp |
Definition at line 68 of file adynamicequalizer_template.c.
| #define FLOG2 log2 |
Definition at line 69 of file adynamicequalizer_template.c.
Referenced by queue_sample().
| #define FLOG10 log10 |
Definition at line 70 of file adynamicequalizer_template.c.
| #define FEXP2 exp2 |
Definition at line 71 of file adynamicequalizer_template.c.
Referenced by get_peak().
| #define FEXP10 ff_exp10 |
Definition at line 72 of file adynamicequalizer_template.c.
| #define EPSILON (1.0 / (1LL << 53)) |
Definition at line 73 of file adynamicequalizer_template.c.
Referenced by filter_channels(), get_centere(), and get_final().
| #define ftype double |
Definition at line 74 of file adynamicequalizer_template.c.
| #define LIN2LOG | ( | x | ) |
Definition at line 77 of file adynamicequalizer_template.c.
Referenced by filter_channels(), filter_prepare(), and get_peak().
| #define LOG2LIN | ( | x | ) |
Definition at line 78 of file adynamicequalizer_template.c.
Referenced by filter_channels().
Definition at line 80 of file adynamicequalizer_template.c.
Definition at line 81 of file adynamicequalizer_template.c.
| #define fn | ( | a | ) |
Definition at line 82 of file adynamicequalizer_template.c.
Referenced by filter_channels(), filter_prepare(), get_peak(), and queue_sample().
Definition at line 165 of file adynamicequalizer_template.c.
Referenced by queue_sample().
Definition at line 84 of file adynamicequalizer_template.c.
Referenced by filter_channels(), and get_svf().
|
static |
Definition at line 97 of file adynamicequalizer_template.c.
Referenced by filter_prepare().
|
static |
Definition at line 206 of file adynamicequalizer_template.c.
Referenced by filter_channels(), filter_start(), filter_stop(), queue_sample(), and queue_sample().
|
static |
Definition at line 243 of file adynamicequalizer_template.c.
Referenced by filter_channels(), and get_peak().
|
static |
Definition at line 251 of file adynamicequalizer_template.c.