|
FFmpeg
4.4.6
|
#include "libavutil/avassert.h"#include "libavutil/channel_layout.h"#include "libavutil/opt.h"#include "audio.h"#include "avfilter.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | ADenormContext |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | OFFSET(x) offsetof(ADenormContext, x) |
| #define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Enumerations | |
| enum | FilterType { DC_TYPE , AC_TYPE , SQ_TYPE , PS_TYPE , NB_TYPES , BUTTERWORTH , CHEBYSHEV1 , CHEBYSHEV2 , NB_TYPES , biquad , equalizer , bass , treble , bandpass , bandreject , allpass , highpass , lowpass , lowshelf , highshelf , WEAK , STRONG , NB_FILTER , LOWPASS , FLAT , AFLAT , CHROMA , COLOR , ACOLOR , XFLAT , YFLAT , NB_FILTERS } |
Variables | |
| static const AVFilterPad | adenorm_inputs [] |
| static const AVFilterPad | adenorm_outputs [] |
| static const AVOption | adenorm_options [] |
| AVFilter | ff_af_adenorm |
| #define OFFSET | ( | x | ) | offsetof(ADenormContext, x) |
Definition at line 306 of file af_adenorm.c.
Definition at line 307 of file af_adenorm.c.
| enum FilterType |
Definition at line 26 of file af_adenorm.c.
|
static |
Definition at line 46 of file af_adenorm.c.
|
static |
Definition at line 75 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 88 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 101 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 115 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 129 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 143 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 157 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 171 of file af_adenorm.c.
Referenced by config_output().
|
static |
Definition at line 185 of file af_adenorm.c.
Referenced by process_command().
|
static |
Definition at line 226 of file af_adenorm.c.
Referenced by filter_frame().
|
static |
Definition at line 244 of file af_adenorm.c.
|
static |
Definition at line 275 of file af_adenorm.c.
| AVFILTER_DEFINE_CLASS | ( | adenorm | ) |
|
static |
Definition at line 288 of file af_adenorm.c.
|
static |
Definition at line 297 of file af_adenorm.c.
|
static |
Definition at line 309 of file af_adenorm.c.
| AVFilter ff_af_adenorm |
Definition at line 321 of file af_adenorm.c.