minor cahnges to M-HT's filters

This commit is contained in:
notaz 2012-10-28 16:57:42 +02:00
parent 7fc3ac8a09
commit 33fa890d04
3 changed files with 7 additions and 4 deletions

3
README
View file

@ -7,5 +7,8 @@ tripple-licensed with these licenses:
When used as part of another project, host project's license usually applies
to combined source code as a whole.
The library also contains filters by Roman Pauer (M-HT), that are licensed
under MIT license, which is compatible with the above licenses.
- notaz

View file

@ -22,8 +22,8 @@
.arm
.include "neon_eagle2x.Sinc"
.include "neon_normalxx.Sinc"
#include "neon_eagle2x.Sinc"
#include "neon_normalxx.Sinc"
.global neon_eagle2x_8_8
.global neon_eagle2x_16_16

View file

@ -22,8 +22,8 @@
.arm
.include "neon_scale2x.Sinc"
.include "neon_normalxx.Sinc"
#include "neon_scale2x.Sinc"
#include "neon_normalxx.Sinc"
.global neon_scale2x_8_8
.global neon_scale2x_16_16