FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SAMPLE_FORMAT double |
#define | SQRT sqrt |
#define | HYPOT hypot |
#define | ctype AVComplexDouble |
#define | ftype double |
#define | TX_TYPE AV_TX_DOUBLE_RDFT |
#define | fn3(a, b) a##_##b |
#define | fn2(a, b) fn3(a,b) |
#define | fn(a) fn2(a, SAMPLE_FORMAT) |
Functions | |
static void fn() | draw_response (AVFilterContext *ctx, AVFrame *out) |
static int fn() | get_power (AVFilterContext *ctx, AudioFIRContext *s, int cur_nb_taps, int ch, ftype *time) |
static void fn() | convert_channel (AVFilterContext *ctx, AudioFIRContext *s, int ch, AudioFIRSegment *seg, int coeff_partition, int selir) |
static void fn() | fir_fadd (AudioFIRContext *s, ftype *dst, const ftype *src, int nb_samples) |
static int fn() | fir_quantum (AVFilterContext *ctx, AVFrame *out, int ch, int ioffset, int offset, int selir) |
#define SAMPLE_FORMAT double |
Definition at line 40 of file afir_template.c.
#define SQRT sqrt |
Definition at line 41 of file afir_template.c.
#define HYPOT hypot |
Definition at line 42 of file afir_template.c.
#define ctype AVComplexDouble |
Definition at line 43 of file afir_template.c.
#define ftype double |
Definition at line 44 of file afir_template.c.
#define TX_TYPE AV_TX_DOUBLE_RDFT |
Definition at line 45 of file afir_template.c.
#define fn | ( | a | ) | fn2(a, SAMPLE_FORMAT) |
Definition at line 50 of file afir_template.c.
|
static |
Definition at line 52 of file afir_template.c.
|
static |
Definition at line 142 of file afir_template.c.
|
static |
Definition at line 245 of file afir_template.c.
|
static |
Definition at line 273 of file afir_template.c.
Referenced by fir_quantum().
|
static |
Definition at line 287 of file afir_template.c.