summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/asm_mcf5249.h
AgeCommit message (Expand)Author
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-07-15Clean out unused codeNils Wallménius
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-03-24FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski
2005-09-21Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-15Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson
2005-06-21Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos
2005-06-12Enabled minor Tremor opt.Thom Johansen
2005-06-10A little improvement on Vorbis block synthesis.Pedro Vasconcelos
2005-06-08Kill warning. I suck.Thom Johansen
2005-06-08Oops.Thom Johansen
2005-06-08We clear our accumulators after we're done with them on Coldfire. No need to ...Thom Johansen
2005-06-08Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos
2005-06-06Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.Pedro Vasconcelos
2005-05-27Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos