forked from len0rd/rockbox
Submit interim version of FS#10565. Performance optimization of atrac3 decoder for ARM. Introduce ASM routines for multiplications and two synthesis loops, refactured parts of synthesis and windowing. Speeds up decoding by a factor of 2.4 on PP502x.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22548 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eb3cb724e8
commit
f4774bf5bf
5 changed files with 343 additions and 146 deletions
|
|
@ -1,2 +1,5 @@
|
|||
atrac3.c
|
||||
#if defined(CPU_ARM)
|
||||
atrac3_arm.S
|
||||
#endif
|
||||
../lib/ffmpeg_bitstream.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue