#include <string.h>
#include "checkasm.h"
#include "libavfilter/hflip.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
◆ WIDTH
◆ WIDTH_PADDED
#define WIDTH_PADDED 256 + 32 |
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
int j; \
for (j = 0; j <
size; j++) \
tmp_buf[j] =
rnd() & 0xFF; \
} while (0)
Definition at line 27 of file vf_hflip.c.
◆ check_hflip()
static void check_hflip |
( |
int |
step, |
|
|
const char * |
report_name |
|
) |
| |
|
static |
◆ checkasm_check_vf_hflip()
void checkasm_check_vf_hflip |
( |
void |
| ) |
|