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 [] |
const 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 336 of file vf_unsharp_opencl.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 337 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 104 of file vf_unsharp_opencl.c.
Referenced by unsharp_opencl_filter_frame().
|
static |
Definition at line 209 of file vf_unsharp_opencl.c.
|
static |
Definition at line 304 of file vf_unsharp_opencl.c.
AVFILTER_DEFINE_CLASS | ( | unsharp_opencl | ) |
|
static |
Definition at line 338 of file vf_unsharp_opencl.c.
|
static |
Definition at line 382 of file vf_unsharp_opencl.c.
|
static |
Definition at line 391 of file vf_unsharp_opencl.c.
const AVFilter ff_vf_unsharp_opencl |
Definition at line 399 of file vf_unsharp_opencl.c.