FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SAMPLE_FORMAT double |
#define | ftype double |
#define | ONE 1.0 |
#define | fn3(a, b) a##_##b |
#define | fn2(a, b) fn3(a,b) |
#define | fn(a) fn2(a, SAMPLE_FORMAT) |
Functions | |
static ftype fn() | fir_sample (AudioNLMSContext *s, ftype sample, ftype *delay, ftype *coeffs, ftype *tmp, int *offset) |
static ftype fn() | process_sample (AudioNLMSContext *s, ftype input, ftype desired, ftype *delay, ftype *coeffs, ftype *tmp, int *offsetp) |
static int fn() | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
#define SAMPLE_FORMAT double |
Definition at line 27 of file anlms_template.c.
#define ftype double |
Definition at line 28 of file anlms_template.c.
#define ONE 1.0 |
Definition at line 29 of file anlms_template.c.
#define fn | ( | a | ) | fn2(a, SAMPLE_FORMAT) |
Definition at line 34 of file anlms_template.c.
|
static |
Definition at line 48 of file anlms_template.c.
Referenced by process_sample().
|
static |
Definition at line 70 of file anlms_template.c.
Referenced by filter_channels().
|
static |
Definition at line 117 of file anlms_template.c.