Go to the source code of this file.
|
#define | OFFSET(x) offsetof(W3FDIFContext, x) |
|
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
|
#define | CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } |
|
#define CONST |
( |
|
name, |
|
|
|
help, |
|
|
|
val, |
|
|
|
unit |
|
) |
| { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } |
AVFILTER_DEFINE_CLASS |
( |
w3fdif |
| ) |
|
Initial value:= {
CONST(
"all",
"deinterlace all frames", 0,
"deint"),
CONST(
"interlaced",
"only deinterlace frames marked as interlaced", 1,
"deint"),
}
static int filter(AVFilterContext *ctx, int is_second)
#define CONST(name, help, val, unit)
Definition at line 50 of file vf_w3fdif.c.
const int8_t n_coef_lf[2] = { 2, 4 } |
|
static |
const int8_t n_coef_hf[2] = { 3, 5 } |
|
static |
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
Definition at line 365 of file vf_w3fdif.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
static int request_frame(AVFilterLink *outlink)
Definition at line 375 of file vf_w3fdif.c.
Initial value:= {
.name = "w3fdif",
.priv_class = &w3fdif_class,
}
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
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...
static const AVFilterPad w3fdif_inputs[]
static const AVFilterPad w3fdif_outputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 385 of file vf_w3fdif.c.