FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | VibranceContext |
Macros | |
#define | OFFSET(x) offsetof(VibranceContext, x) |
#define | VF AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
static float | lerpf (float v0, float v1, float f) |
static int | vibrance_slice8 (AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) |
static int | vibrance_slice16 (AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) |
static int | filter_frame (AVFilterLink *link, AVFrame *frame) |
static av_cold int | query_formats (AVFilterContext *avctx) |
static av_cold int | config_input (AVFilterLink *inlink) |
AVFILTER_DEFINE_CLASS (vibrance) | |
Variables | |
static const AVFilterPad | vibrance_inputs [] |
static const AVFilterPad | vibrance_outputs [] |
static const AVOption | vibrance_options [] |
AVFilter | ff_vf_vibrance |
#define OFFSET | ( | x | ) | offsetof(VibranceContext, x) |
Definition at line 226 of file vf_vibrance.c.
Definition at line 227 of file vf_vibrance.c.
|
inlinestatic |
Definition at line 42 of file vf_vibrance.c.
Referenced by vibrance_slice16(), and vibrance_slice8().
|
static |
Definition at line 47 of file vf_vibrance.c.
Referenced by config_input().
|
static |
Definition at line 104 of file vf_vibrance.c.
Referenced by config_input().
|
static |
Definition at line 163 of file vf_vibrance.c.
|
static |
Definition at line 176 of file vf_vibrance.c.
|
static |
Definition at line 195 of file vf_vibrance.c.
AVFILTER_DEFINE_CLASS | ( | vibrance | ) |
|
static |
Definition at line 207 of file vf_vibrance.c.
|
static |
Definition at line 218 of file vf_vibrance.c.
|
static |
Definition at line 229 of file vf_vibrance.c.
AVFilter ff_vf_vibrance |
Definition at line 243 of file vf_vibrance.c.