Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (deband) |
|
static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
|
static float | frand (int x, int y) |
|
static int | get_avg (int ref0, int ref1, int ref2, int ref3) |
|
static int | deband_8_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | deband_8_coupling_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | deband_16_coupling_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | deband_16_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | config_input (AVFilterLink *inlink) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
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) |
|
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
deband |
| ) |
|
◆ query_formats()
◆ frand()
static float frand |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
static |
◆ get_avg()
static int get_avg |
( |
int |
ref0, |
|
|
int |
ref1, |
|
|
int |
ref2, |
|
|
int |
ref3 |
|
) |
| |
|
inlinestatic |
◆ deband_8_c()
static int deband_8_c |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ deband_8_coupling_c()
static int deband_8_coupling_c |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ deband_16_coupling_c()
static int deband_16_coupling_c |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ deband_16_c()
static int deband_16_c |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
jobnr, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ config_input()
◆ filter_frame()
◆ process_command()
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ uninit()
◆ deband_options
◆ avfilter_vf_deband_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 457 of file vf_deband.c.
◆ ff_vf_deband
Initial value:= {
.name = "deband",
.priv_class = &deband_class,
}
Definition at line 466 of file vf_deband.c.
#define FILTER_INPUTS(array)
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
#define FILTER_OUTPUTS(array)
static void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, int len, int radius, int pixsize)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad avfilter_vf_deband_inputs[]
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
@ AV_OPT_TYPE_FLOAT
Underlying C type is float.
#define FILTER_QUERY_FUNC2(func)
@ AV_OPT_TYPE_INT
Underlying C type is int.
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
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)