FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavfilter/vf_blackdetect.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_blackdetect (int depth) |
void | checkasm_check_blackdetect (void) |
#define WIDTH 256 |
Definition at line 25 of file vf_blackdetect.c.
#define HEIGHT 16 |
Definition at line 26 of file vf_blackdetect.c.
#define STRIDE (WIDTH + 32) |
Definition at line 27 of file vf_blackdetect.c.
|
static |
Definition at line 29 of file vf_blackdetect.c.
Referenced by checkasm_check_blackdetect().
void checkasm_check_blackdetect | ( | void | ) |
Definition at line 62 of file vf_blackdetect.c.