FFmpeg
|
Go to the source code of this file.
Macros | |
#define | pixel uint16_t |
#define | accumulator int64_t |
#define | fn3(a, b) a##_##b |
#define | fn2(a, b) fn3(a,b) |
#define | fn(a) fn2(a, DEPTH) |
#define | DIFF(a, as, b, bs) ((t) = ((*(a) - (b)[bs]) * 4) + (a)[(as) * 2] - (b)[-(bs)], (t) * (t)) |
Functions | |
static enum PhaseMode fn() | analyze_plane (void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new) |
#define pixel uint16_t |
Definition at line 31 of file phase_template.c.
#define accumulator int64_t |
Definition at line 32 of file phase_template.c.
#define DIFF | ( | a, | |
as, | |||
b, | |||
bs | |||
) | ((t) = ((*(a) - (b)[bs]) * 4) + (a)[(as) * 2] - (b)[-(bs)], (t) * (t)) |
Definition at line 47 of file phase_template.c.