rockbox/lib/rbcodec/codecs/libwmapro/mdct_tables.h

11 lines
211 B
C
Raw Normal View History

#ifndef _MDCT_TABLES_H_
#define _MDCT_TABLES_H_
#include <inttypes.h>
extern const int32_t *sine_windows[6];
/* rockbox: not used
extern const int32_t sincos_lookup_wmap[8064];
*/
#endif /* _MDCT_TABLES_H_ */