|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | pixel uint16_t |
| #define | accumulator int64_t |
| #define | fn3(a, b) |
| #define | fn2(a, b) |
| #define | fn(a) |
| #define | DIFF(a, as, b, bs) |
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.
Referenced by analyze_plane(), and blur_pixel().
Definition at line 35 of file phase_template.c.
Definition at line 36 of file phase_template.c.
| #define fn | ( | a | ) |
Definition at line 37 of file phase_template.c.
Definition at line 47 of file phase_template.c.
Referenced by analyze_plane().
|
static |
Definition at line 53 of file phase_template.c.
Referenced by analyze_plane().