index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
dsp_asm.h
Age
Commit message (
Expand
)
Author
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2010-05-11
ARM DSP: Add assembly custom sound channel processing. 13% to 14% faster than...
Michael Sevakis
2010-04-11
Add arm assembler for dsp_apply_gain(). Speeds up this routine by 30-40% on P...
Andree Buschmann
2009-06-12
FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...
Steve Bavin
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-03-19
Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_soun...
Andree Buschmann
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-03-25
SWCODEC & Coldfire: Do some more DSP straigntening out. Do as much Coldfire o...
Michael Sevakis
2007-03-11
ARM assembler for resampling. Should provide some gains, though not huge ones.
Thom Johansen
2007-02-27
Adapt ARM crossfeed assembler to work like the Coldfire one. Remove SWITCHPAR...
Thom Johansen
2007-02-27
SWCODEC: Tighten up coldfire assembly a little bit more. Cleanup to make diff...
Michael Sevakis
2007-02-24
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...
Michael Sevakis
2007-02-19
SWCODEC: DSP optimizations for conversion to internal format and resampling. ...
Michael Sevakis
2006-08-16
Assembler optimised crossfeed routine for ARM. Performance improvement is mor...
Thom Johansen
2006-03-23
Keep assembler versions of DSP routines in dsp_arch.S files. This also
Thom Johansen