summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/mdct.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.Nils Wallménius2011-09-15
* codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...Nils Wallménius2011-09-13
* codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius2011-09-12
* Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius2010-07-29
* Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius2010-05-13
* Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli2010-03-05
* Make mdct compilable again for non-ARM targets.Andree Buschmann2010-02-21
* Get a few more % speedup on ARM (measured on ipod video) - improve imdct full...Dave Hooper2010-02-21
* Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on ...Dave Hooper2010-02-20
* I don't yet fully understand why this is required, but without it the output ...Dave Hooper2010-02-18
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17