|
FFmpeg
|
#include <string.h>#include "checkasm.h"#include "libavfilter/avfilter.h"#include "libavfilter/convolution.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | WIDTH 512 |
| #define | HEIGHT 512 |
| #define | SRC_STRIDE 512 |
| #define | PIXELS (WIDTH * HEIGHT) |
| #define | randomize_buffers(buf, size) |
Functions | |
| static void | check_sobel (const char *report_name) |
| void | checkasm_check_vf_sobel (void) |
| #define WIDTH 512 |
Definition at line 26 of file vf_convolution.c.
| #define HEIGHT 512 |
Definition at line 27 of file vf_convolution.c.
| #define SRC_STRIDE 512 |
Definition at line 28 of file vf_convolution.c.
Definition at line 29 of file vf_convolution.c.
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) |
Definition at line 31 of file vf_convolution.c.
|
static |
Definition at line 39 of file vf_convolution.c.
Referenced by checkasm_check_vf_sobel().
| void checkasm_check_vf_sobel | ( | void | ) |
Definition at line 100 of file vf_convolution.c.
1.8.17