1
0
Fork 0
forked from len0rd/rockbox

Merge from branches/mdctexp - faster ifft+imdct in codec lib

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Hooper 2010-02-17 00:49:53 +00:00
parent 62257ebc38
commit 42774d3128
31 changed files with 2000 additions and 320 deletions

View file

@ -2,8 +2,14 @@
codeclib.c
fixedpoint.c
/* OLD MDCT */
/* (when all other codecs are remediated this can be remoed) */
mdct2.c
mdct_lookup.c
fft-ffmpeg.c
mdct.c
#ifdef CPU_ARM
mdct_arm.S
setjmp_arm.S