Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
9764e09acb0744d06a2ae38084a7ba2a09335918
/
apps
/
codecs
/
spc
/
Spc_Dsp.h
9764e09
SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Kill another several boost points.
by Michael Sevakis
· 18 years ago
fa9ea27
Fix a comment that sounded a bit odd.
by Michael Sevakis
· 18 years ago
f2b6ecd
SPC codec on Coldfire: Move movclrs into the light and out of the long dark shadow cast my emac latency as much as possible. Put in a faster interpolation routine (emac saves the day...again). Add comments about what's going on.
by Michael Sevakis
· 18 years ago
c292581
SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed on some files by using mac.l instead which is ok since the little beastie seems to prefer multiplying things. Mark asm blocks volatile so gcc doesn't get any ideas that the code can be removed as happened to me once already.
by Michael Sevakis
· 18 years ago
46bb37a
Fix a mistake in wrapping the echo buffer.
by Michael Sevakis
· 18 years ago
d31162a
SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizations. Preswap some data when running DSP for big endian.
by Michael Sevakis
· 18 years ago
4de600b
Remove dishonest spc amplification
by Adam Gashlin
· 18 years ago
b73960d
Adding SPC codec (FS #6542)
by Adam Gashlin
· 18 years ago