1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec/dsp
Nils Wallménius 3f61caa0cd rbcodec: abstract tdspeed buffer allocation
Move code dealing with rockbox specific buflib allocations into a
rockbox specific file and implement buffer allocation with
malloc/free for warble/stand alone lib.
Based on patch by Sean Bartell.

Change-Id: I8cb85dad5890fbd34c1bb26abbb89c0b0f6b55cf
Reviewed-on: http://gerrit.rockbox.org/144
Tested-by: Nils Wallménius <nils@rockbox.org>
Reviewed-by: Michael Sevakis <jethead71@rockbox.org>
Reviewed-by: Nils Wallménius <nils@rockbox.org>
2012-05-07 10:29:07 +02:00
..
eqs Build librbcodec with DSP and metadata. 2012-03-18 12:00:39 +01:00
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 Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
crossfeed.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_arm.S Lower IRAM footprint on ARM. 2012-04-29 14:10:14 -04:00
dsp_arm_v6.S Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_cf.S Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_core.c rbcodec: Hooks for target specific functions in dsp_process loop 2012-05-03 23:47:46 +02: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 Should've had dsp_replaygain_set_gains as static for now... 2012-04-30 17:51:05 -04:00
dsp_misc.h Should've had dsp_replaygain_set_gains as static for now... 2012-04-30 17:51:05 -04:00
dsp_proc_database.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
dsp_proc_entry.h Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
dsp_proc_settings.h Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
dsp_sample_input.c Remove pointless IRAM allocation from voice DSP. 2012-05-04 22:00:44 -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 Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
eq.h Fundamentally rewrite much of the audio DSP. 2012-04-29 10:00:56 +02:00
lin_resample.c Correct comments in lin_resample re: what is actually used by asm. 2012-05-06 18:20:11 -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 rbcodec: abstract tdspeed buffer allocation 2012-05-07 10:29:07 +02: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