Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
amplify |
| ) |
|
Initial value:= {
{
"high",
"set high limit for amplification",
OFFSET(hlimit),
AV_OPT_TYPE_INT, {.i64=UINT16_MAX}, 0, UINT16_MAX, .flags =
FLAGS },
}
static const struct @304 planes[]
static const int factor[16]
Definition at line 270 of file vf_amplify.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 280 of file vf_amplify.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 289 of file vf_amplify.c.
Initial value:= {
.name = "amplify",
.priv_class = &lify_class,
}
static const AVFilterPad inputs[]
static av_cold int init(AVFilterContext *ctx)
static int query_formats(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 av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad outputs[]
#define flags(name, subs,...)
Definition at line 300 of file vf_amplify.c.