forked from len0rd/rockbox
oops ! shouldn't have removed mdct_tables.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27706 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12ecbf82fc
commit
9dddfa78e6
2 changed files with 3401 additions and 0 deletions
3391
apps/codecs/libwmapro/mdct_tables.c
Normal file
3391
apps/codecs/libwmapro/mdct_tables.c
Normal file
File diff suppressed because it is too large
Load diff
10
apps/codecs/libwmapro/mdct_tables.h
Normal file
10
apps/codecs/libwmapro/mdct_tables.h
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#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_ */
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue