rockbox/apps/codecs/libspc
2011-06-24 10:52:43 +00:00
..
libspc.make Configure Gigabeat S with EABI compiler by default. Implement the INIT section that this enables (due to selective need for long calls). Remove pcm_postinit from INIT section since it's asynchronous. Disable strict aliasing on SPC codec for now just to shut it up. 2010-06-11 14:39:35 +00:00
SOURCES Re-added libspc which got dropped in a black hole. 2008-11-05 14:38:14 +00:00
spc_codec.h FS#12140 by Sean Bartell, Make various codec stuff static. 2011-06-01 10:28:26 +00:00
spc_cpu.c FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% on PP5022, PP5024 and S5L870x. No change of performance on Coldfire, PP5002 and PP5020. 2011-05-15 16:08:50 +00:00
spc_dsp.c SPC Codec: Restore correct FIR buffer alignment when an address mask is used. It must be FIR_BUF_ALIGN. Fix Coldfire assembly constraint where an input parameter was also being written. 2011-06-24 10:52:43 +00:00
spc_emu.c FS#12140 by Sean Bartell, Make various codec stuff static. 2011-06-01 10:28:26 +00:00
spc_profiler.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
spc_profiler.h Re-added libspc which got dropped in a black hole. 2008-11-05 14:38:14 +00:00