Go to the source code of this file.
|
#define | OFFSET(x) offsetof(PhaseContext, x) |
|
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
|
#define | CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } |
|
#define | DIFF(a, as, b, bs) ((t) = ((*(a) - (b)[bs]) << 2) + (a)[(as) << 1] - (b)[-(bs)], (t) * (t)) |
|
◆ OFFSET
◆ FLAGS
◆ CONST
#define CONST |
( |
|
name, |
|
|
|
help, |
|
|
|
val, |
|
|
|
unit |
|
) |
| { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } |
◆ DIFF
#define DIFF |
( |
|
a, |
|
|
|
as, |
|
|
|
b, |
|
|
|
bs |
|
) |
| ((t) = ((*(a) - (b)[bs]) << 2) + (a)[(as) << 1] - (b)[-(bs)], (t) * (t)) |
◆ PhaseMode
Enumerator |
---|
PROGRESSIVE | |
TOP_FIRST | |
BOTTOM_FIRST | |
TOP_FIRST_ANALYZE | |
BOTTOM_FIRST_ANALYZE | |
ANALYZE | |
FULL_ANALYZE | |
AUTO | |
AUTO_ANALYZE | |
Definition at line 30 of file vf_phase.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
phase |
| ) |
|
◆ query_formats()
◆ config_input()
◆ analyze_plane()
◆ filter_frame()
◆ uninit()
◆ phase_options
Initial value:= {
}
#define CONST(name, help, val, unit)
mode
Use these values in ebur128_init (or'ed).
Definition at line 55 of file vf_phase.c.
◆ phase_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 305 of file vf_phase.c.
◆ phase_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 315 of file vf_phase.c.
◆ ff_vf_phase
Initial value:= {
.name = "phase",
.priv_class = &phase_class,
}
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad phase_inputs[]
static const AVFilterPad phase_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 323 of file vf_phase.c.