Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-02-14 21:48:24 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-02-14 21:48:24 +0300
commitebf648d490448d511b5fe970d76040169e65ef74 (patch)
tree785be7d30040f9eba53f716cb8d583ff92f61444 /tests/checkasm/vf_blend.c
parenta953a2991e28de6d476420f7f8ae316599a83ac1 (diff)
checkasm/vf_blend: Decrease iteration count
The test is already slow.
Diffstat (limited to 'tests/checkasm/vf_blend.c')
-rw-r--r--tests/checkasm/vf_blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c
index e14ee787de..cfc389bf98 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)