Commit ebf648d4 authored by Timothy Gu's avatar Timothy Gu

checkasm/vf_blend: Decrease iteration count

The test is already slow.
parent a953a299
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment