FFmpeg
|
Stereo Widening Effect. More...
Go to the source code of this file.
Data Structures | |
struct | EarwaxContext |
Macros | |
#define | NUMTAPS 64 |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static int16_t * | scalarproduct (const int16_t *in, const int16_t *endin, int16_t *out) |
static int | filter_frame (AVFilterLink *inlink, AVFilterBufferRef *insamples) |
Variables | |
static const int8_t | filt [NUMTAPS] |
static const AVFilterPad | earwax_inputs [] |
static const AVFilterPad | earwax_outputs [] |
AVFilter | avfilter_af_earwax |
Stereo Widening Effect.
Adds audio cues to move stereo image in front of the listener. Adapted from the libsox earwax effect.
Definition in file af_earwax.c.
#define NUMTAPS 64 |
Definition at line 37 of file af_earwax.c.
Referenced by filter_frame(), and scalarproduct().
|
static |
Definition at line 78 of file af_earwax.c.
|
inlinestatic |
Definition at line 95 of file af_earwax.c.
Referenced by filter_frame().
|
static |
Definition at line 112 of file af_earwax.c.
|
static |
Definition at line 39 of file af_earwax.c.
Referenced by apply_tns(), avfilter_insert_filter(), create_filter(), decode_tns(), graph_check_validity(), graph_config_links(), put_vp8_epel_h_altivec_core(), put_vp8_epel_v_altivec_core(), and scalarproduct().
|
static |
Definition at line 145 of file af_earwax.c.
|
static |
Definition at line 155 of file af_earwax.c.
AVFilter avfilter_af_earwax |
Definition at line 163 of file af_earwax.c.