summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/asm_mcf5249.h (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-09-21codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius
2011-06-08codeclib: make selective inclusion of macros and inline functions from the co...Nils Wallménius
2011-06-05FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.Nils Wallménius
2010-11-24codeclib: there is no need to limit the outputs of the coldfire X(N)PROD_R ma...Nils Wallménius
2010-11-23codeclib: don't mark the outputs for the coldfire X(N)PROD_R asm macros as ea...Nils Wallménius
2010-11-21Remove unused define.Andree Buschmann
2010-02-21Remove CLIP_TO_15 from codeclib. Remove tabs.Andree Buschmann
2010-02-17FIx typo in coldfire asm which caused yellowDave Hooper
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-08-29Removed remaining MB usageDave Hooper
2009-07-30Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius
2009-04-25Commit FS#9882 - make better use of iram at different quality encodings, remo...Dave Hooper
2008-09-04More files that were missed in the previous commit.Michael Giacomelli
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