5edd8cf736
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26496 a1c6a512-1295-4272-9138-f99709370657
4 lines
157 B
C
4 lines
157 B
C
/* For definition of the cos_table[] look into cos_table.c */
|
|
#define ILOGCOSTABSIZE 15
|
|
#define ICOSTABSIZE (1<<ILOGCOSTABSIZE)
|
|
extern t_sample cos_table[];
|