FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavfilter/vf_colordetect.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
Macros | |
#define | WIDTH 256 |
#define | HEIGHT 16 |
#define | STRIDE (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 256 |
Definition at line 25 of file vf_colordetect.c.
#define HEIGHT 16 |
Definition at line 26 of file vf_colordetect.c.
#define STRIDE (WIDTH + 32) |
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 129 of file vf_colordetect.c.