rockbox/lib/rbcodec/dsp
Michael Sevakis 362ade3892 Fix FS#12794 - new EQ code does not compile for the Nokia N8x0
The old GCC version currently required (sbox-arm-linux-gcc 3.4.4
release) apparently has trouble with function pointers used as
static array initializers when using indexed initializers + ranges
(ie. [A ... B] = fn).

Change-Id: I494c2b607e4d93a9893264749d0ac257fb54ce3b
2012-12-28 14:12:18 -05:00
..
eqs
channel_mode.c Put the <string.h> channel_mode.c for memcpy. 2012-04-29 17:44:57 -04:00
channel_mode.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
compressor.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
compressor.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
crossfeed.c New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
crossfeed.h New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
dsp_arm.S New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
dsp_arm_v6.S Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_cf.S New crossfeed algorithm for Rockbox: "Meier" crossfeed 2012-05-28 11:34:15 +02:00
dsp_core.c Tweak dsp_format_change_process (default format handler). 2012-05-08 22:47:51 -04:00
dsp_core.h Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
dsp_filter.c Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_filter.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_misc.c Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
dsp_misc.h Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
dsp_proc_database.h Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
dsp_proc_entry.h Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
dsp_proc_settings.h Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
dsp_sample_input.c Consolidate some sample input code. 2012-05-08 21:27:43 -04:00
dsp_sample_io.h Remove pointless IRAM allocation from voice DSP. 2012-05-04 22:00:44 -04:00
dsp_sample_output.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
eq.c Fix FS#12794 - new EQ code does not compile for the Nokia N8x0 2012-12-28 14:12:18 -05:00
eq.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
lin_resample.c Revert "Work in progress hermite resampler." 2012-05-20 01:11:52 -04:00
pga.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
pga.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
tdspeed.c Stop timestretch freezing things during format changes. 2012-05-21 17:12:04 -04:00
tdspeed.h rbcodec: abstract tdspeed buffer allocation 2012-05-07 10:29:07 +02:00
tone_controls.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
tone_controls.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00