1
0
Fork 0
forked from len0rd/rockbox

Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_ATTR for calc_new_V(). Additionally correct a type in decoder-struct.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17552 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2008-05-17 11:11:01 +00:00
parent ab46e463bd
commit ff78cd8418
3 changed files with 17 additions and 3 deletions

View file

@ -113,7 +113,7 @@ typedef struct mpc_decoder_t {
mpc_uint8_t SeekTable_Step;
#ifdef MPC_FIXED_POINT
unsigned char SCF_shift[256];
mpc_uint8_t SCF_shift[256];
#endif
MPC_SAMPLE_FORMAT V_L[MPC_V_MEM + 960];