1
0
Fork 0
forked from len0rd/rockbox

Move ARM assembler of musepack synthesis filter to own file. Additionally add ICONST_ATTR to noise generator data.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17562 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2008-05-17 21:26:34 +00:00
parent c769cf586f
commit 18f13b149a
5 changed files with 265 additions and 161 deletions

View file

@ -5,4 +5,6 @@ mpc_decoder.c
requant.c
streaminfo.c
synth_filter.c
#if defined(CPU_ARM)
synth_filter_arm.S
#endif