]> git.sesse.net Git - ffmpeg/commitdiff
checkasm/vf_blend: Decrease iteration count
authorTimothy Gu <timothygu99@gmail.com>
Sun, 14 Feb 2016 18:48:24 +0000 (10:48 -0800)
committerTimothy Gu <timothygu99@gmail.com>
Sun, 14 Feb 2016 18:48:24 +0000 (10:48 -0800)
The test is already slow.

tests/checkasm/vf_blend.c

index e14ee787de6ba6b507da6ff7d4660313056fcc54..cfc389bf981fe43c5352637535317971198d26e5 100644 (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)