fft plugin: move const data into a c file and use no wider types than necessary, makes the plugin about 63kB smaller
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
487b24cbf5
commit
9fde12676b
3 changed files with 2685 additions and 2650 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
const.c
|
||||||
kiss_fft.c
|
kiss_fft.c
|
||||||
kiss_fftr.c
|
kiss_fftr.c
|
||||||
fft.c
|
fft.c
|
||||||
|
|
2673
apps/plugins/fft/const.c
Normal file
2673
apps/plugins/fft/const.c
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue