1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libspc
2010-05-06 17:35:13 +00:00
..
libspc.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
SOURCES Re-added libspc which got dropped in a black hole. 2008-11-05 14:38:14 +00:00
spc_codec.h Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realtime BRR for all CPU that use it, add Gaussian ASM optimization for all ARM that can use it. Add some LIKELY/UNLIKELY branch hints. On Gigabeat-S gives +22% speedup. For Gigabeat F, about +5% speedup. For less-powerful players, no real change aside possibly from branch hints. 2010-05-02 02:44:45 +00:00
spc_cpu.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
spc_dsp.c Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realtime BRR for all CPU that use it, add Gaussian ASM optimization for all ARM that can use it. Add some LIKELY/UNLIKELY branch hints. On Gigabeat-S gives +22% speedup. For Gigabeat F, about +5% speedup. For less-powerful players, no real change aside possibly from branch hints. 2010-05-02 02:44:45 +00:00
spc_emu.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +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