FFmpeg
|
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"
#include "opencl.h"
#include "opencl_source.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | UnsharpOpenCLContext |
Macros | |
#define | MAX_DIAMETER 23 |
#define | OFFSET(x) offsetof(UnsharpOpenCLContext, x) |
#define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
static int | unsharp_opencl_init (AVFilterContext *avctx) |
static int | unsharp_opencl_make_filter_params (AVFilterContext *avctx) |
static int | unsharp_opencl_filter_frame (AVFilterLink *inlink, AVFrame *input) |
static av_cold void | unsharp_opencl_uninit (AVFilterContext *avctx) |
AVFILTER_DEFINE_CLASS (unsharp_opencl) | |
Variables | |
static const AVOption | unsharp_opencl_options [] |
static const AVFilterPad | unsharp_opencl_inputs [] |
static const AVFilterPad | unsharp_opencl_outputs [] |
AVFilter | ff_vf_unsharp_opencl |
#define MAX_DIAMETER 23 |
Definition at line 31 of file vf_unsharp_opencl.c.
#define OFFSET | ( | x | ) | offsetof(UnsharpOpenCLContext, x) |
Definition at line 405 of file vf_unsharp_opencl.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 406 of file vf_unsharp_opencl.c.
|
static |
Definition at line 66 of file vf_unsharp_opencl.c.
Referenced by unsharp_opencl_filter_frame().
|
static |
Definition at line 112 of file vf_unsharp_opencl.c.
Referenced by unsharp_opencl_filter_frame().
|
static |
Definition at line 229 of file vf_unsharp_opencl.c.
|
static |
Definition at line 373 of file vf_unsharp_opencl.c.
AVFILTER_DEFINE_CLASS | ( | unsharp_opencl | ) |
|
static |
Definition at line 407 of file vf_unsharp_opencl.c.
|
static |
Definition at line 451 of file vf_unsharp_opencl.c.
|
static |
Definition at line 461 of file vf_unsharp_opencl.c.
AVFilter ff_vf_unsharp_opencl |
Definition at line 470 of file vf_unsharp_opencl.c.