FFmpeg
|
#include <float.h>
Go to the source code of this file.
Macros | |
#define | NOP(x) (x) |
#define | pixel float |
#define | cpixel float |
#define | ROUND NOP |
#define | fn3(a, b) a##_##b |
#define | fn2(a, b) fn3(a,b) |
#define | fn(a) fn2(a, DEPTH) |
Functions | |
static av_always_inline int fn() | filter_slice_rgba_planar (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs, int have_alpha, int depth, int pc) |
static av_always_inline int fn() | filter_slice_rgba_packed (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs, int have_alpha, int step, int pc, int depth) |
#define NOP | ( | x | ) | (x) |
Definition at line 35 of file colorchannelmixer_template.c.
Definition at line 36 of file colorchannelmixer_template.c.
#define cpixel float |
Definition at line 37 of file colorchannelmixer_template.c.
#define ROUND NOP |
Definition at line 38 of file colorchannelmixer_template.c.
|
static |
Definition at line 48 of file colorchannelmixer_template.c.
|
static |
Definition at line 166 of file colorchannelmixer_template.c.