Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (gblur) |
|
static int | filter_horizontally (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_vertically (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_postscale (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static void | gaussianiir2d (AVFilterContext *ctx, int plane) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static int | config_input (AVFilterLink *inlink) |
|
static void | set_params (float sigma, int steps, float *postscale, float *boundaryscale, float *nu) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
static av_cold void | uninit (AVFilterContext *ctx) |
|
AVFILTER_DEFINE_CLASS |
( |
gblur |
| ) |
|
static void set_params |
( |
float |
sigma, |
|
|
int |
steps, |
|
|
float * |
postscale, |
|
|
float * |
boundaryscale, |
|
|
float * |
nu |
|
) |
| |
|
static |
Initial value:= {
}
static const struct @272 planes[]
Definition at line 60 of file vf_gblur.c.
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 339 of file vf_gblur.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 349 of file vf_gblur.c.
Initial value:= {
.name = "gblur",
.priv_class = &gblur_class,
}
static const AVFilterPad gblur_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...
static av_cold void uninit(AVFilterContext *ctx)
#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 inputs[]
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad gblur_outputs[]
Definition at line 357 of file vf_gblur.c.