checkasm/vf_blend: Decrease iteration count

The test is already slow.
This commit is contained in:
Timothy Gu 2016-02-14 10:48:24 -08:00
parent a953a2991e
commit ebf648d490
1 changed files with 1 additions and 1 deletions

View File

@ -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)