1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec
Michael Sevakis 1a4acc9d1e Fix missed optimization opportunity in dsp_process.
Input type can only change once per call because the DSP parameters
are only copied at the start and input is always taken from the src
buffer which means sample input format switching can be once per call
instead of once per loop.

Change-Id: Ifa3521753428fb0e6997e4934f24a3b915628cc7
2013-05-04 14:23:21 -04:00
..
codecs Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
dsp Fix missed optimization opportunity in dsp_process. 2013-05-04 14:23:21 -04:00
metadata Properly seek to next id3v2 frame for unsynced tags. 2013-04-26 22:45:04 +02:00
test Properly implement volume in warble. dB cut only. 2013-04-25 23:46:17 -04:00
platform.h Remove STATICIRAM hack 2012-05-08 22:46:12 +02:00
rbcodec.make Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
rbcodecconfig-example.h Properly implement volume in warble. dB cut only. 2013-04-25 23:46:17 -04:00
rbcodecplatform-unix.h rbcodec: abstract tdspeed buffer allocation 2012-05-07 10:29:07 +02:00
SOURCES Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00