|
FFmpeg
|
#include <float.h>Go to the source code of this file.
Macros | |
| #define | NOP(x) |
| #define | pixel float |
| #define | cpixel float |
| #define | ROUND NOP |
| #define | fn3(a, b) |
| #define | fn2(a, b) |
| #define | fn(a) |
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 | ) |
Definition at line 35 of file colorchannelmixer_template.c.
Referenced by amplify_frame(), and mix_frames().
Definition at line 36 of file colorchannelmixer_template.c.
| #define cpixel float |
Definition at line 37 of file colorchannelmixer_template.c.
Referenced by ascii2index(), and filter_slice_rgba_planar().
| #define ROUND NOP |
Definition at line 38 of file colorchannelmixer_template.c.
Referenced by filter_slice_rgba_planar().
Definition at line 44 of file colorchannelmixer_template.c.
Definition at line 45 of file colorchannelmixer_template.c.
| #define fn | ( | a | ) |
Definition at line 46 of file colorchannelmixer_template.c.
|
static |
Definition at line 48 of file colorchannelmixer_template.c.
Referenced by filter_slice_rgba_planar().
|
static |
Definition at line 166 of file colorchannelmixer_template.c.
Referenced by filter_slice_rgba_packed().