#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "audio.h"
Go to the source code of this file.
|
static void fn() | draw_response (AVFilterContext *ctx, AVFrame *out) |
|
static void fn() | convert_channels (AVFilterContext *ctx, AudioFIRContext *s) |
|
static int fn() | get_power (AVFilterContext *ctx, AudioFIRContext *s, int cur_nb_taps) |
|
static void fn() | direct (const ftype *in, const ctype *ir, int len, ftype *out) |
|
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 offset) |
|
◆ SAMPLE_FORMAT
◆ SQRT
◆ ctype
◆ ftype
◆ fn3
#define fn3 |
( |
|
a, |
|
|
|
b |
|
) |
| a##_##b |
◆ fn2
◆ fn
◆ draw_response()
◆ convert_channels()
◆ get_power()
◆ direct()
Definition at line 248 of file afir_template.c.
Referenced by apply_delogo(), blur_image(), do_denoise(), ff_vc1_pred_b_mv(), filter_frame(), filter_slice_packed(), filter_slice_planar(), fir_quantum(), get_flags(), load_input_picture(), vc1_b_mc(), vc1_decode_b_mb(), and vc1_decode_b_mb_intfr().
◆ fir_fadd()
◆ fir_quantum()