1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec/codecs/libspc
Michael Sevakis 87021f7c0a SPC Codec: Refactor for CPU and clean up some things.
CPU optimization gets its own files in which to fill-in optimizable
routines.

Some pointless #if 0's for profiling need removal. Those macros are
empty if not profiling.

Force some functions that are undesirable to be force-inlined by the
compiler to be not inlined.

Change-Id: Ia7b7e45380d7efb20c9b1a4d52e05db3ef6bbaab
2013-05-21 00:02:14 -04:00
..
cpu SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
libspc.make Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
SOURCES Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
spc_codec.h SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
spc_cpu.c SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
spc_dsp.c SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
spc_dsp_generic.c SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
spc_dsp_generic.h SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
spc_emu.c SPC Codec: Refactor for CPU and clean up some things. 2013-05-21 00:02:14 -04:00
spc_profiler.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
spc_profiler.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00