rockbox/apps/plugins/pdbox/PDa/intern/cos_table.h
Wincent Balin 5edd8cf736 pdbox: Syntax cleanup for the cosine table.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26496 a1c6a512-1295-4272-9138-f99709370657
2010-06-02 23:26:12 +00:00

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[];