Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ BLOCK_QP_DELTA
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
qp |
| ) |
|
◆ config_input()
◆ filter_frame()
◆ var_names
const char* const var_names[] = { "known", "qp", "x", "y", "w", "h", NULL } |
|
static |
◆ qp_options
Initial value:
Definition at line 46 of file vf_qp.c.
◆ qp_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 178 of file vf_qp.c.
◆ qp_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 188 of file vf_qp.c.
◆ ff_vf_qp
Initial value:= {
.name = "qp",
.priv_class = &qp_class,
}
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define flags(name, subs,...)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad qp_inputs[]
static const AVFilterPad qp_outputs[]
Definition at line 196 of file vf_qp.c.