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 "formats.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, 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 [] |
static const AVFilterPad | outputs [] |
const AVFilter | ff_af_afftdn |
#define C (M_LN10 * 0.1) |
Definition at line 32 of file af_afftdn.c.
#define SOLVE_SIZE (5) |
Definition at line 33 of file af_afftdn.c.
#define NB_PROFILE_BANDS (15) |
Definition at line 34 of file af_afftdn.c.
#define OFFSET | ( | x | ) | offsetof(AudioFFTDeNoiseContext, x) |
Definition at line 158 of file af_afftdn.c.
Definition at line 159 of file af_afftdn.c.
Definition at line 160 of file af_afftdn.c.
enum SampleNoiseModes |
Enumerator | |
---|---|
SAMPLE_NONE | |
SAMPLE_START | |
SAMPLE_STOP | |
NB_SAMPLEMODES |
Definition at line 36 of file af_afftdn.c.
enum OutModes |
Enumerator | |
---|---|
IN_MODE | |
OUT_MODE | |
NOISE_MODE | |
NB_MODES | |
IN_MODE | |
OUT_MODE | |
NOISE_MODE | |
NB_MODES | |
IN_MODE | |
DESIRED_MODE | |
OUT_MODE | |
NOISE_MODE | |
NB_OMODES | |
IN_MODE | |
OUT_MODE | |
ESS_MODE | |
NB_MODES |
Definition at line 43 of file af_afftdn.c.
enum NoiseLinkType |
Enumerator | |
---|---|
NONE_LINK | |
MIN_LINK | |
MAX_LINK | |
AVERAGE_LINK | |
NB_LINK |
Definition at line 50 of file af_afftdn.c.
enum NoiseType |
Enumerator | |
---|---|
WHITE_NOISE | |
VINYL_NOISE | |
SHELLAC_NOISE | |
CUSTOM_NOISE | |
NB_NOISE |
Definition at line 58 of file af_afftdn.c.
AVFILTER_DEFINE_CLASS | ( | afftdn | ) |
|
static |
Definition at line 219 of file af_afftdn.c.
Referenced by config_input().
Definition at line 235 of file af_afftdn.c.
Referenced by config_input().
Definition at line 249 of file af_afftdn.c.
Referenced by process_get_band_noise(), and set_noise_profile().
|
static |
Definition at line 268 of file af_afftdn.c.
Referenced by set_band_parameters(), and set_parameters().
Definition at line 298 of file af_afftdn.c.
Referenced by process_frame().
|
static |
Definition at line 307 of file af_afftdn.c.
Referenced by process_frame().
|
static |
Definition at line 550 of file af_afftdn.c.
Referenced by config_input(), output_frame(), process_command(), and process_frame().
Definition at line 335 of file af_afftdn.c.
Referenced by process_frame().
|
static |
Definition at line 348 of file af_afftdn.c.
Referenced by filter_channel().
Definition at line 457 of file af_afftdn.c.
Referenced by config_input().
|
static |
Definition at line 464 of file af_afftdn.c.
Referenced by set_band_parameters().
|
static |
Definition at line 472 of file af_afftdn.c.
Referenced by config_input().
|
static |
Definition at line 485 of file af_afftdn.c.
Referenced by set_parameters().
|
static |
Definition at line 515 of file af_afftdn.c.
Referenced by config_input().
|
static |
Definition at line 590 of file af_afftdn.c.
Referenced by config_input(), and set_noise_profile().
|
static |
Definition at line 602 of file af_afftdn.c.
|
static |
Definition at line 850 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 860 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 916 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 935 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 972 of file af_afftdn.c.
Referenced by output_frame().
|
static |
Definition at line 1009 of file af_afftdn.c.
Referenced by activate().
|
static |
Definition at line 1141 of file af_afftdn.c.
|
static |
Definition at line 1168 of file af_afftdn.c.
|
static |
Definition at line 1204 of file af_afftdn.c.
|
static |
Definition at line 162 of file af_afftdn.c.
|
static |
Definition at line 1230 of file af_afftdn.c.
|
static |
Definition at line 1238 of file af_afftdn.c.
const AVFilter ff_af_afftdn |
Definition at line 1245 of file af_afftdn.c.