Filter implementing image super-resolution using deep convolutional networks.
More...
Go to the source code of this file.
Filter implementing image super-resolution using deep convolutional networks.
https://arxiv.org/abs/1501.00092 https://arxiv.org/abs/1609.05158
Definition in file vf_sr.c.
AVFILTER_DEFINE_CLASS |
( |
sr |
| ) |
|
Initial value:
Definition at line 51 of file vf_sr.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_props(AVFilterLink *inlink)
Definition at line 282 of file vf_sr.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 292 of file vf_sr.c.
Initial value:= {
.name = "sr",
.priv_class = &sr_class,
}
static const AVFilterPad sr_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...
#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 int query_formats(AVFilterContext *context)
static const AVFilterPad inputs[]
static av_cold void uninit(AVFilterContext *context)
static const AVFilterPad outputs[]
#define flags(name, subs,...)
static av_cold int init(AVFilterContext *context)
static const AVFilterPad sr_outputs[]
Definition at line 300 of file vf_sr.c.