summaryrefslogtreecommitdiff
path: root/tests/checkasm/vf_hflip.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkasm/vf_hflip.c')
-rw-r--r--tests/checkasm/vf_hflip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/vf_hflip.c b/tests/checkasm/vf_hflip.c
index 48ebf85fdb..2d6fdeca7b 100644
--- a/tests/checkasm/vf_hflip.c
+++ b/tests/checkasm/vf_hflip.c
@@ -40,10 +40,10 @@ static void check_hflip(int step, const char * report_name){
int i;
int step_array[4] = {1, 1, 1, 1};
FlipContext s;
- s.bayer_plus1 = 1;
declare_func(void, const uint8_t *src, uint8_t *dst, int w);
+ s.bayer_plus1 = 1;
memset(src, 0, WIDTH_PADDED);
memset(dst_ref, 0, WIDTH_PADDED);
memset(dst_new, 0, WIDTH_PADDED);