27#define WIDTH_PADDED 256 + 32
29#define randomize_buffers(buf, size) \
32 uint8_t *tmp_buf = (uint8_t *)buf;\
33 for (j = 0; j < size; j++) \
34 tmp_buf[j] = rnd() & 0xFF; \
43 int step_array[4] = {1, 1, 1, 1};
56 for (
i = 0;
i < 4;
i++)
62 if (
check_func(
s.flip_line[0],
"hflip_%s", report_name)) {
63 for (
i = 1;
i <
w;
i++) {
66 if (memcmp(dst_ref, dst_new,
i * step))
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
#define i(width, name, range_min, range_max)
#define LOCAL_ALIGNED_32(t, v,...)
#define randomize_buffers(buf, size)
static void check_hflip(int step, const char *report_name)
void checkasm_check_vf_hflip(void)
static av_unused int ff_hflip_init(FlipContext *s, int step[4], int nb_planes)