Browse Source

checkasm/vf_blend: Decrease iteration count

The test is already slow.
tags/n3.0
Timothy Gu 10 years ago
parent
commit
ebf648d490
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/checkasm/vf_blend.c

+ 1
- 1
tests/checkasm/vf_blend.c View File

@@ -27,7 +27,7 @@


#define WIDTH 256 #define WIDTH 256
#define HEIGHT 256 #define HEIGHT 256
#define BUF_UNITS 9
#define BUF_UNITS 3
#define SIZE_PER_UNIT (WIDTH * HEIGHT) #define SIZE_PER_UNIT (WIDTH * HEIGHT)
#define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) #define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT)




Loading…
Cancel
Save