Go to the source code of this file.
|
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
} |
|
|
| AVFILTER_DEFINE_CLASS (anlmdn) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static float | compute_distance_ssd_c (const float *f1, const float *f2, ptrdiff_t K) |
|
static void | compute_cache_c (float *cache, const float *f, ptrdiff_t S, ptrdiff_t K, ptrdiff_t i, ptrdiff_t jj) |
|
void | ff_anlmdn_init (AudioNLMDNDSPContext *dsp) |
|
static int | config_output (AVFilterLink *outlink) |
|
static int | filter_channel (AVFilterContext *ctx, void *arg, int ch, int nb_jobs) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
static int | request_frame (AVFilterLink *outlink) |
|
static av_cold void | uninit (AVFilterContext *ctx) |
|
◆ WEIGHT_LUT_NBITS
#define WEIGHT_LUT_NBITS 20 |
◆ WEIGHT_LUT_SIZE
◆ SQR
#define SQR |
( |
|
x | ) |
((x) * (x)) |
◆ OFFSET
◆ AF
◆ AFT
◆ 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 67 of file af_anlmdn.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
anlmdn |
| ) |
|
◆ query_formats()
◆ compute_distance_ssd_c()
static float compute_distance_ssd_c |
( |
const float * |
f1, |
|
|
const float * |
f2, |
|
|
ptrdiff_t |
K |
|
) |
| |
|
static |
◆ compute_cache_c()
static void compute_cache_c |
( |
float * |
cache, |
|
|
const float * |
f, |
|
|
ptrdiff_t |
S, |
|
|
ptrdiff_t |
K, |
|
|
ptrdiff_t |
i, |
|
|
ptrdiff_t |
jj |
|
) |
| |
|
static |
◆ ff_anlmdn_init()
◆ config_output()
◆ filter_channel()
◆ filter_frame()
◆ request_frame()
◆ uninit()
◆ anlmdn_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 343 of file af_anlmdn.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 352 of file af_anlmdn.c.
◆ ff_af_anlmdn
Initial value:= {
.name = "anlmdn",
.priv_class = &anlmdn_class,
}
Definition at line 362 of file af_anlmdn.c.
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int request_frame(AVFilterLink *outlink)
static int config_output(AVFilterLink *outlink)
static const AVFilterPad outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold void uninit(AVFilterContext *ctx)
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.
The reader does not expect b to be semantically here and if the code is changed by maybe adding a a division or other the signedness will almost certainly be mistaken To avoid this confusion a new type was SUINT is the C unsigned type but it holds a signed int to use the same example SUINT a
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define flags(name, subs,...)
static const AVFilterPad inputs[]