summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/dsp
AgeCommit message (Expand)AuthorFilesLines
2012-05-08Consolidate some sample input code.Michael Sevakis1-59/+38
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius2-106/+43
2012-05-06Correct comments in lin_resample re: what is actually used by asm.Michael Sevakis1-2/+2
2012-05-04Remove pointless IRAM allocation from voice DSP.Michael Sevakis3-12/+66
2012-05-03rbcodec: Hooks for target specific functions in dsp_process loopMichael Sevakis1-41/+17
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+1
2012-04-30Should've had dsp_replaygain_set_gains as static for now...Michael Sevakis2-7/+6
2012-04-30Still need settings.h in dsp_misc.c for now for software volume.Michael Sevakis1-0/+5
2012-04-30Make DSP's replaygain independent of global_settings.Michael Sevakis2-45/+52
2012-04-29Put the <string.h> channel_mode.c for memcpy.Michael Sevakis1-0/+1
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis15-38/+33
2012-04-29Make compressor_update static.Michael Sevakis1-1/+1
2012-04-29Lower IRAM footprint on ARM.Michael Sevakis1-4/+4
2012-04-29Fix 3g warning in dsp_arm.S (which showed as an error).Michael Sevakis1-1/+1
2012-04-29Fix no newline at end warning.Michael Sevakis1-1/+1
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis34-2791/+4569
2012-04-27Some whitespace correction in dsp_*.SMichael Sevakis3-36/+36
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell2-8/+3
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis4-189/+188
2012-04-26Add a more correct absolute difference function to dsp-util.Michael Sevakis1-4/+3
2012-03-18Build librbcodec with DSP and metadata.Sean Bartell27-0/+4693