mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-03 06:17:44 -04:00
minor cahnges to M-HT's filters
This commit is contained in:
parent
7fc3ac8a09
commit
33fa890d04
3 changed files with 7 additions and 4 deletions
3
README
3
README
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue