Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (deband) |
|
static int | query_formats (AVFilterContext *ctx) |
|
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()
◆ deband_8_c()
◆ deband_8_coupling_c()
◆ deband_16_coupling_c()
◆ deband_16_c()
◆ 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 452 of file vf_deband.c.
◆ avfilter_vf_deband_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 461 of file vf_deband.c.
◆ ff_vf_deband
Initial value:= {
.name = "deband",
.priv_class = &deband_class,
}
Definition at line 468 of file vf_deband.c.
static void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, int len, int radius, int pixsize)
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)