rockbox/apps/plugins/fft/const.h
Nils Wallménius 5aaabbfd12 FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29615 a1c6a512-1295-4272-9138-f99709370657
2011-03-19 10:14:12 +00:00

11 lines
392 B
C

extern const int16_t hamming_8192[8192];
extern const int16_t hamming_4096[4096];
extern const int16_t hamming_2048[2048];
extern const int16_t hamming_1024[1024];
extern const int16_t hamming_512[512];
extern const int16_t hann_8192[8192];
extern const int16_t hann_4096[4096];
extern const int16_t hann_2048[2048];
extern const int16_t hann_1024[1024];
extern const int16_t hann_512[512];