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_filter (AVFilterContext *ctx) |
|
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 int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
|
static av_cold void | uninit (AVFilterContext *ctx) |
|
#define WEIGHT_LUT_NBITS 20 |
#define SQR |
( |
|
x | ) |
((x) * (x)) |
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 |
( |
anlmdn |
| ) |
|
static float compute_distance_ssd_c |
( |
const float * |
f1, |
|
|
const float * |
f2, |
|
|
ptrdiff_t |
K |
|
) |
| |
|
static |
static void compute_cache_c |
( |
float * |
cache, |
|
|
const float * |
f, |
|
|
ptrdiff_t |
S, |
|
|
ptrdiff_t |
K, |
|
|
ptrdiff_t |
i, |
|
|
ptrdiff_t |
jj |
|
) |
| |
|
static |
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
}
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
Definition at line 77 of file af_anlmdn.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 392 of file af_anlmdn.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
static int request_frame(AVFilterLink *outlink)
Definition at line 401 of file af_anlmdn.c.
Initial value:= {
.name = "anlmdn",
.priv_class = &anlmdn_class,
}
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad inputs[]
#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 av_cold void uninit(AVFilterContext *ctx)
Definition at line 411 of file af_anlmdn.c.