This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
checkasm/vf_blend: Decrease iteration count
The test is already slow.
tags/n3.0
Timothy Gu
10 years ago
parent
a953a2991e
commit
ebf648d490
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save