FFmpeg
|
#include <float.h>
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libavutil/tx.h"
#include "avfilter.h"
#include "audio.h"
#include "filters.h"
Go to the source code of this file.
Data Structures | |
struct | DeNoiseChannel |
struct | AudioFFTDeNoiseContext |
Macros | |
#define | C (M_LN10 * 0.1) |
#define | SOLVE_SIZE (5) |
#define | NB_PROFILE_BANDS (15) |
#define | OFFSET(x) offsetof(AudioFFTDeNoiseContext, x) |
#define | AF AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | AFR AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Enumerations | |
enum | SampleNoiseModes { SAMPLE_NONE, SAMPLE_START, SAMPLE_STOP, NB_SAMPLEMODES } |
enum | OutModes { IN_MODE, OUT_MODE, NOISE_MODE, NB_MODES, IN_MODE, OUT_MODE, NOISE_MODE, NB_MODES, IN_MODE, DESIRED_MODE, OUT_MODE, NOISE_MODE, ERROR_MODE, NB_OMODES, IN_MODE, DESIRED_MODE, OUT_MODE, NOISE_MODE, ERROR_MODE, NB_OMODES, IN_MODE, OUT_MODE, ESS_MODE, NB_MODES } |
enum | NoiseLinkType { NONE_LINK, MIN_LINK, MAX_LINK, AVERAGE_LINK, NB_LINK } |
enum | NoiseType { WHITE_NOISE, VINYL_NOISE, SHELLAC_NOISE, CUSTOM_NOISE, NB_NOISE } |
Variables | |
static const AVOption | afftdn_options [] |
static const AVFilterPad | inputs [] |
const AVFilter | ff_af_afftdn |
#define C (M_LN10 * 0.1) |
Definition at line 31 of file af_afftdn.c.
#define SOLVE_SIZE (5) |
Definition at line 32 of file af_afftdn.c.
#define NB_PROFILE_BANDS (15) |
Definition at line 33 of file af_afftdn.c.
#define OFFSET | ( | x | ) | offsetof(AudioFFTDeNoiseContext, x) |
Definition at line 161 of file af_afftdn.c.
Definition at line 162 of file af_afftdn.c.
Definition at line 163 of file af_afftdn.c.
enum SampleNoiseModes |
Enumerator | |
---|---|
SAMPLE_NONE | |
SAMPLE_START | |
SAMPLE_STOP | |
NB_SAMPLEMODES |
Definition at line 35 of file af_afftdn.c.
enum OutModes |
Definition at line 42 of file af_afftdn.c.
enum NoiseLinkType |
Enumerator | |
---|---|
NONE_LINK | |
MIN_LINK | |
MAX_LINK | |
AVERAGE_LINK | |
NB_LINK |
Definition at line 49 of file af_afftdn.c.
enum NoiseType |
Enumerator | |
---|---|
WHITE_NOISE | |
VINYL_NOISE | |
SHELLAC_NOISE | |
CUSTOM_NOISE | |
NB_NOISE |
Definition at line 57 of file af_afftdn.c.
AVFILTER_DEFINE_CLASS | ( | afftdn | ) |
|
static |
Definition at line 222 of file af_afftdn.c.
Referenced by config_input().
Definition at line 238 of file af_afftdn.c.
Referenced by config_input().
Definition at line 252 of file af_afftdn.c.
Referenced by process_get_band_noise(), and set_noise_profile().
|
static |
Definition at line 271 of file af_afftdn.c.
Referenced by set_band_parameters(), and set_parameters().
Definition at line 301 of file af_afftdn.c.
Referenced by process_frame().
|
static |
Definition at line 310 of file af_afftdn.c.
Referenced by process_frame().
|
static |
Definition at line 574 of file af_afftdn.c.
Referenced by config_input(), output_frame(), process_command(), and process_frame().
Definition at line 338 of file af_afftdn.c.
Referenced by process_frame().
|
static |
Definition at line 351 of file af_afftdn.c.
Referenced by filter_channel().
Definition at line 481 of file af_afftdn.c.
Referenced by config_input().
|
static |
Definition at line 488 of file af_afftdn.c.
Referenced by set_band_parameters().
|
static |
Definition at line 496 of file af_afftdn.c.
Referenced by config_input().
|
static |
Definition at line 509 of file af_afftdn.c.
Referenced by set_parameters().
|
static |
Definition at line 539 of file af_afftdn.c.
Referenced by config_input().
|
static |
Definition at line 614 of file af_afftdn.c.
Referenced by config_input(), and set_noise_profile().
|
static |
Definition at line 626 of file af_afftdn.c.
|
static |
Definition at line 893 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 903 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 986 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 1005 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 1042 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 1100 of file af_afftdn.c.
Referenced by activate().
|
static |
Definition at line 1262 of file af_afftdn.c.
|
static |
Definition at line 1289 of file af_afftdn.c.
|
static |
Definition at line 1325 of file af_afftdn.c.
|
static |
Definition at line 165 of file af_afftdn.c.
|
static |
Definition at line 1351 of file af_afftdn.c.
const AVFilter ff_af_afftdn |
Definition at line 1359 of file af_afftdn.c.