|
FFmpeg
|
#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "drawutils.h"#include "filters.h"#include "video.h"#include "preserve_color.h"Go to the source code of this file.
Data Structures | |
| struct | Range |
| struct | ColorLevelsContext |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | R 0 |
| #define | G 1 |
| #define | B 2 |
| #define | A 3 |
| #define | OFFSET(x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
| #define | DO_COMMON(type, ptype, clip, preserve, planar) |
| #define | CLIP8(x, depth) |
| #define | CLIP16(x, depth) |
| #define | NOCLIP(x, depth) |
Variables | |
| static const AVOption | colorlevels_options [] |
| static const AVFilterPad | colorlevels_inputs [] |
| const FFFilter | ff_vf_colorlevels |
| #define R 0 |
Definition at line 29 of file vf_colorlevels.c.
| #define G 1 |
Definition at line 30 of file vf_colorlevels.c.
| #define B 2 |
Definition at line 31 of file vf_colorlevels.c.
| #define A 3 |
Definition at line 32 of file vf_colorlevels.c.
| #define OFFSET | ( | x | ) |
Definition at line 56 of file vf_colorlevels.c.
Definition at line 57 of file vf_colorlevels.c.
Definition at line 104 of file vf_colorlevels.c.
Referenced by colorlevels_preserve_slice_10_planar(), colorlevels_preserve_slice_12_planar(), colorlevels_preserve_slice_14_planar(), colorlevels_preserve_slice_16(), colorlevels_preserve_slice_16_planar(), colorlevels_preserve_slice_32_planar(), colorlevels_preserve_slice_8(), colorlevels_preserve_slice_8_planar(), colorlevels_preserve_slice_9_planar(), colorlevels_slice_10_planar(), colorlevels_slice_12_planar(), colorlevels_slice_14_planar(), colorlevels_slice_16_planar(), colorlevels_slice_32_planar(), colorlevels_slice_8(), colorlevels_slice_8_planar(), and colorlevels_slice_9_planar().
| #define CLIP8 | ( | x, | |
| depth ) |
Definition at line 181 of file vf_colorlevels.c.
| #define CLIP16 | ( | x, | |
| depth ) |
Definition at line 182 of file vf_colorlevels.c.
| #define NOCLIP | ( | x, | |
| depth ) |
Definition at line 183 of file vf_colorlevels.c.
Referenced by colorlevels_preserve_slice_32_planar(), and colorlevels_slice_32_planar().
| AVFILTER_DEFINE_CLASS | ( | colorlevels | ) |
|
static |
Definition at line 185 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 192 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 199 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 206 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 213 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 220 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 228 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 236 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 244 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 252 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 259 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 266 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 273 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 281 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 289 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 297 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 305 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 312 of file vf_colorlevels.c.
Referenced by config_input().
|
static |
Definition at line 319 of file vf_colorlevels.c.
|
static |
Definition at line 377 of file vf_colorlevels.c.
|
static |
Definition at line 58 of file vf_colorlevels.c.
|
static |
Definition at line 551 of file vf_colorlevels.c.
| const FFFilter ff_vf_colorlevels |
Definition at line 560 of file vf_colorlevels.c.