FFmpeg
4.0
|
#include <string.h>
#include "checkasm.h"
#include "libavfilter/threshold.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Macros | |
#define | WIDTH 256 |
#define | WIDTH_PADDED 256 + 32 |
#define | randomize_buffers(buf, size) |
Functions | |
static void | check_threshold (int depth) |
void | checkasm_check_vf_threshold (void) |
#define WIDTH 256 |
Definition at line 24 of file vf_threshold.c.
Referenced by check_threshold().
#define WIDTH_PADDED 256 + 32 |
Definition at line 25 of file vf_threshold.c.
Referenced by check_threshold().
Definition at line 27 of file vf_threshold.c.
Referenced by check_threshold().
Definition at line 35 of file vf_threshold.c.
Referenced by checkasm_check_vf_threshold().
Definition at line 78 of file vf_threshold.c.