27#define PIXELS (WIDTH * HEIGHT)
28#define BUF_SIZE (PIXELS * 4)
30#define randomize_buffers(buf, size) \
33 float *tmp_buf = (float *)buf; \
34 for (j = 0; j < size; j++) \
35 tmp_buf[j] = (float)(rnd() & 0xFF); \
42 float bscale = 1.112f;
57 float bscale = 1.112f;
60 int column_end,
int steps,
float nu,
float bscale);
102 if (
check_func(
s.postscale_slice,
"postscale_slice")) {
105 report(
"postscale_slice");
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
static const FLOAT postscale[64]
#define float_near_abs_eps_array
Memory handling functions.
static const int16_t steps[16]
static void check_verti_slice(float *dst_ref, float *dst_new)
#define randomize_buffers(buf, size)
static void check_postscale_slice(float *dst_ref, float *dst_new)
static void check_horiz_slice(float *dst_ref, float *dst_new, float *localbuf)
void checkasm_check_vf_gblur(void)
static av_unused void ff_gblur_init(GBlurContext *s)