forked from len0rd/rockbox
Basic optimizations of the Vorbis decoder for the ihp-1x0.
Capable of real-time decoding with cpu freq at 120mhz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6527 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3841348930
commit
024db0a766
22 changed files with 428 additions and 107 deletions
|
@ -501,7 +501,7 @@ int ogg_page_packets(ogg_page *og){
|
|||
/* Static CRC calculation table. See older code in CVS for dead
|
||||
run-time initialization code. */
|
||||
|
||||
static ogg_uint32_t crc_lookup[256]={
|
||||
static ogg_uint32_t crc_lookup[256] IDATA_ATTR = {
|
||||
0x00000000,0x04c11db7,0x09823b6e,0x0d4326d9,
|
||||
0x130476dc,0x17c56b6b,0x1a864db2,0x1e475005,
|
||||
0x2608edb8,0x22c9f00f,0x2f8ad6d6,0x2b4bcb61,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue