FFmpeg
4.4.4
|
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "drawutils.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | VibranceContext |
Macros | |
#define | R 0 |
#define | G 1 |
#define | B 2 |
#define | OFFSET(x) offsetof(VibranceContext, x) |
#define | VF AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_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 | vibrance_slice8p (AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) |
static int | vibrance_slice16p (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 R 0 |
Definition at line 29 of file vf_vibrance.c.
#define G 1 |
Definition at line 30 of file vf_vibrance.c.
#define B 2 |
Definition at line 31 of file vf_vibrance.c.
#define OFFSET | ( | x | ) | offsetof(VibranceContext, x) |
Definition at line 364 of file vf_vibrance.c.
Definition at line 365 of file vf_vibrance.c.
|
inlinestatic |
Definition at line 49 of file vf_vibrance.c.
Referenced by vibrance_slice16(), vibrance_slice16p(), vibrance_slice8(), and vibrance_slice8p().
|
static |
Definition at line 54 of file vf_vibrance.c.
Referenced by config_input().
|
static |
Definition at line 111 of file vf_vibrance.c.
Referenced by config_input().
|
static |
Definition at line 170 of file vf_vibrance.c.
Referenced by config_input().
|
static |
Definition at line 225 of file vf_vibrance.c.
Referenced by config_input().
|
static |
Definition at line 282 of file vf_vibrance.c.
|
static |
Definition at line 295 of file vf_vibrance.c.
|
static |
Definition at line 321 of file vf_vibrance.c.
AVFILTER_DEFINE_CLASS | ( | vibrance | ) |
|
static |
Definition at line 345 of file vf_vibrance.c.
|
static |
Definition at line 356 of file vf_vibrance.c.
|
static |
Definition at line 367 of file vf_vibrance.c.
AVFilter ff_vf_vibrance |
Definition at line 381 of file vf_vibrance.c.