1
0
Fork 0
forked from len0rd/rockbox

Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This helps keeping things in the (L1) cache (except for -c5000).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18700 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-10-03 16:34:25 +00:00
parent 5d29f5188f
commit 66fe9a462c

View file

@ -25,7 +25,7 @@
CODEC_HEADER
#define BLOCKS_PER_LOOP 4608
#define BLOCKS_PER_LOOP 1024
#define MAX_CHANNELS 2
#define MAX_BYTESPERSAMPLE 3