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 | FABS fabs |
#define | POW pow |
#define | fn3(a, b) a##_##b |
#define | fn2(a, b) fn3(a,b) |
#define | fn(a) fn2(a, SAMPLE_FORMAT) |
Functions | |
static ftype fn() | ir_gain (AVFilterContext *ctx, AudioFIRContext *s, int cur_nb_taps, const ftype *time) |
static void fn() | ir_scale (AVFilterContext *ctx, AudioFIRContext *s, int cur_nb_taps, int ch, ftype *time, ftype ch_gain) |
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) |
static void fn() | fir_quantums (AVFilterContext *ctx, AudioFIRContext *s, AVFrame *out, int min_part_size, int ch, int offset, int prev_selir, int selir) |
#define SAMPLE_FORMAT double |
Definition at line 44 of file afir_template.c.
#define SQRT sqrt |
Definition at line 45 of file afir_template.c.
#define HYPOT hypot |
Definition at line 46 of file afir_template.c.
#define ctype AVComplexDouble |
Definition at line 47 of file afir_template.c.
#define ftype double |
Definition at line 48 of file afir_template.c.
#define TX_TYPE AV_TX_DOUBLE_RDFT |
Definition at line 49 of file afir_template.c.
#define FABS fabs |
Definition at line 50 of file afir_template.c.
#define POW pow |
Definition at line 51 of file afir_template.c.
#define fn | ( | a | ) | fn2(a, SAMPLE_FORMAT) |
Definition at line 56 of file afir_template.c.
|
static |
Definition at line 58 of file afir_template.c.
|
static |
Definition at line 80 of file afir_template.c.
|
static |
Definition at line 96 of file afir_template.c.
|
static |
Definition at line 124 of file afir_template.c.
Referenced by fir_quantum().
|
static |
Definition at line 138 of file afir_template.c.
Referenced by fir_quantums().
|
static |
Definition at line 246 of file afir_template.c.