|
FFmpeg
4.0
|
#include <string.h>#include "checkasm.h"#include "libavfilter/hflip.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_hflip (int step, const char *report_name) |
| void | checkasm_check_vf_hflip (void) |
| #define WIDTH 256 |
Definition at line 24 of file vf_hflip.c.
Referenced by check_hflip().
| #define WIDTH_PADDED 256 + 32 |
Definition at line 25 of file vf_hflip.c.
Referenced by check_hflip().
Definition at line 27 of file vf_hflip.c.
Referenced by check_hflip().
Definition at line 35 of file vf_hflip.c.
Referenced by checkasm_check_vf_hflip().
Definition at line 69 of file vf_hflip.c.
1.8.13