Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes about half...
commit8f0bc4f22c5257fcb47816b69d1006acc96369db
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Wed, 10 Mar 2010 21:39:12 +0000 (10 21:39 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Wed, 10 Mar 2010 21:39:12 +0000 (10 21:39 +0000)
treedce150e1a1b2552fa696ed408665747448ff0b0f
parent8c7c165e5407aaddc6e38343cef145189f74c28a
Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes about half of the performance gap towards PP5022. The (relatively large) buffers for decoded data stay in IRAM, as does the reciprocal table. Clarify some comments.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25108 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/demac/libdemac/decoder.c
apps/codecs/demac/libdemac/demac_config.h
apps/codecs/demac/libdemac/entropy.c
apps/codecs/demac/libdemac/filter.c