FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/imgutils.h"
#include "blend.h"
#include "blend_modes.c"
Go to the source code of this file.
Macros | |
#define | DEPTH 8 |
#define | DEPTH 9 |
#define | DEPTH 10 |
#define | DEPTH 12 |
#define | DEPTH 14 |
#define | DEPTH 16 |
#define | DEPTH 32 |
#define | COPY(src, depth) |
#define | BLEND_NORMAL(name, type) |
#define | DEFINE_INIT_BLEND_FUNC(depth, nbits) |
Functions | |
static av_unused void | ff_blend_init (FilterParams *param, int depth) |
#define DEPTH 8 |
Definition at line 53 of file vf_blend_init.h.
#define DEPTH 9 |
Definition at line 53 of file vf_blend_init.h.
#define DEPTH 10 |
Definition at line 53 of file vf_blend_init.h.
#define DEPTH 12 |
Definition at line 53 of file vf_blend_init.h.
#define DEPTH 14 |
Definition at line 53 of file vf_blend_init.h.
#define DEPTH 16 |
Definition at line 53 of file vf_blend_init.h.
#define DEPTH 32 |
Definition at line 53 of file vf_blend_init.h.
#define COPY | ( | src, | |
depth | |||
) |
Definition at line 56 of file vf_blend_init.h.
Definition at line 78 of file vf_blend_init.h.
#define DEFINE_INIT_BLEND_FUNC | ( | depth, | |
nbits | |||
) |
Definition at line 108 of file vf_blend_init.h.
|
static |
Definition at line 162 of file vf_blend_init.h.
Referenced by config_params().