repo.or.cz
/
maemo-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make repeat mode/shuffle work in the sbs also
[maemo-rb.git]
/
apps
/
codecs
/
libwmapro
/
mdct_tables.h
blob
5e54868b01acd36059f6cd200754599c76affbc4
1
#ifndef _MDCT_TABLES_H_
2
#define _MDCT_TABLES_H_
3
#include <inttypes.h>
4
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_ */
10