diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checkasm/vf_blend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c index e14ee78..cfc389b 100644 --- a/tests/checkasm/vf_blend.c +++ b/tests/checkasm/vf_blend.c @@ -27,7 +27,7 @@ #define WIDTH 256 #define HEIGHT 256 -#define BUF_UNITS 9 +#define BUF_UNITS 3 #define SIZE_PER_UNIT (WIDTH * HEIGHT) #define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) |