Make repeat mode/shuffle work in the sbs also
[maemo-rb.git] / apps / codecs / libwmapro / mdct_tables.h
blob5e54868b01acd36059f6cd200754599c76affbc4
1 #ifndef _MDCT_TABLES_H_
2 #define _MDCT_TABLES_H_
3 #include <inttypes.h>
5 extern const int32_t *sine_windows[6];
6 /* rockbox: not used
7 extern const int32_t sincos_lookup_wmap[8064];
8 */
9 #endif /* _MDCT_TABLES_H_ */