summaryrefslogtreecommitdiff
path: root/apps/codecs/spc (follow)
Commit message (Collapse)AuthorAge
* SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on ↵Michael Sevakis2007-11-18
| | | | | | dual-core PortalPlayer targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15673 a1c6a512-1295-4272-9138-f99709370657
* SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ↵Michael Sevakis2007-11-08
| | | | | | been cache aliasing. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15532 a1c6a512-1295-4272-9138-f99709370657
* Forgot to add a file as usual.Michael Sevakis2007-07-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13920 a1c6a512-1295-4272-9138-f99709370657
* Make the SPC codec run like it used to on Coldfire before -Os crushed it. ↵Michael Sevakis2007-07-16
| | | | | | Build as a lib using the old -O option. Should not impact ARM targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13919 a1c6a512-1295-4272-9138-f99709370657
* Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold2007-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12819 a1c6a512-1295-4272-9138-f99709370657
* Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave ↵Michael Sevakis2007-03-03
| | | | | | experiments in a commit by accident way too much. :P What's the deal with getting SVN to update Id or add it? Nothing seems to work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12562 a1c6a512-1295-4272-9138-f99709370657
* SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P ↵Michael Sevakis2007-03-03
| | | | | | Kill another several boost points. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12561 a1c6a512-1295-4272-9138-f99709370657
* Fix a comment that sounded a bit odd.Michael Sevakis2007-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12560 a1c6a512-1295-4272-9138-f99709370657
* SPC codec on Coldfire: Move movclrs into the light and out of the long dark ↵Michael Sevakis2007-03-03
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12558 a1c6a512-1295-4272-9138-f99709370657
* SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed ↵Michael Sevakis2007-02-23
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12464 a1c6a512-1295-4272-9138-f99709370657
* Fix a mistake in wrapping the echo buffer.Michael Sevakis2007-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12414 a1c6a512-1295-4272-9138-f99709370657
* SPC codec: enable echo on ColdFire CPU. Do a couple general small ↵Michael Sevakis2007-02-20
| | | | | | optimizations. Preswap some data when running DSP for big endian. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12410 a1c6a512-1295-4272-9138-f99709370657
* Remove dishonest spc amplificationAdam Gashlin2007-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12301 a1c6a512-1295-4272-9138-f99709370657
* Adding SPC codec (FS #6542)Adam Gashlin2007-02-14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12298 a1c6a512-1295-4272-9138-f99709370657