mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2025-12-12 17:58:54 +01:00
minor cahnges to M-HT's filters
This commit is contained in:
parent
7fc3ac8a09
commit
33fa890d04
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
|
When used as part of another project, host project's license usually applies
|
||||||
to combined source code as a whole.
|
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
|
- notaz
|
||||||
|
|||||||
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
.arm
|
.arm
|
||||||
|
|
||||||
.include "neon_eagle2x.Sinc"
|
#include "neon_eagle2x.Sinc"
|
||||||
.include "neon_normalxx.Sinc"
|
#include "neon_normalxx.Sinc"
|
||||||
|
|
||||||
.global neon_eagle2x_8_8
|
.global neon_eagle2x_8_8
|
||||||
.global neon_eagle2x_16_16
|
.global neon_eagle2x_16_16
|
||||||
|
|||||||
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
.arm
|
.arm
|
||||||
|
|
||||||
.include "neon_scale2x.Sinc"
|
#include "neon_scale2x.Sinc"
|
||||||
.include "neon_normalxx.Sinc"
|
#include "neon_normalxx.Sinc"
|
||||||
|
|
||||||
.global neon_scale2x_8_8
|
.global neon_scale2x_8_8
|
||||||
.global neon_scale2x_16_16
|
.global neon_scale2x_16_16
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user