|
FFmpeg
|
#include "avfilter.h"#include "filters.h"#include "video.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libswscale/swscale.h"#include "dnn_filter_common.h"Go to the source code of this file.
Data Structures | |
| struct | SRContext |
Macros | |
| #define | OFFSET(x) offsetof(SRContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
| AVFILTER_DNN_DEFINE_CLASS (sr, DNN_TF) | |
| static av_cold int | init (AVFilterContext *context) |
| static int | config_output (AVFilterLink *outlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static av_cold void | uninit (AVFilterContext *context) |
Variables | |
| static const AVOption | sr_options [] |
| static enum AVPixelFormat | pixel_formats [] |
| static const AVFilterPad | sr_inputs [] |
| static const AVFilterPad | sr_outputs [] |
| const AVFilter | ff_vf_sr |
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.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
| AVFILTER_DNN_DEFINE_CLASS | ( | sr | , |
| DNN_TF | |||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 64 of file vf_sr.c.
Referenced by main(), qsv_stack_query_formats(), and vaapi_stack_query_formats().
|
static |
|
static |
| const AVFilter ff_vf_sr |
1.8.17