|
FFmpeg
|
#include <string.h>#include "checkasm.h"#include "libavfilter/vf_colordetectdsp.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | WIDTH 540 |
| #define | HEIGHT 16 |
| #define | STRIDE FFALIGN(WIDTH, 32) |
Functions | |
| static void | check_range_detect (int depth) |
| static void | check_alpha_detect (int depth, enum AVColorRange range) |
| void | checkasm_check_colordetect (void) |
| #define WIDTH 540 |
Definition at line 25 of file vf_colordetect.c.
| #define HEIGHT 16 |
Definition at line 26 of file vf_colordetect.c.
Definition at line 27 of file vf_colordetect.c.
|
static |
Definition at line 29 of file vf_colordetect.c.
Referenced by checkasm_check_colordetect().
|
static |
Definition at line 72 of file vf_colordetect.c.
Referenced by checkasm_check_colordetect().
| void checkasm_check_colordetect | ( | void | ) |
Definition at line 135 of file vf_colordetect.c.
1.8.17