summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libspeex
AgeCommit message (Expand)AuthorFilesLines
2008-05-03Make local function interp_pitch in filters.c static.Bertrik Sikken1-1/+1
2008-02-08Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...Thom Johansen1-40/+36
2007-12-08Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen2-4/+1
2007-11-29Remove unneeded files.Thom Johansen2-152/+0
2007-11-24Move some stuff out of IRAM for the voice decoder.Thom Johansen7-11/+19
2007-11-24Remove unused file.Thom Johansen1-678/+0
2007-11-24Sync to SVN.Thom Johansen14-225/+247
2007-11-23Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold1-0/+6
2007-11-22Sync Speex to SVN.Thom Johansen17-328/+375
2007-11-22Remove a couple of redundant array copy operations.Thom Johansen2-10/+4
2007-11-18libspeex: let DEBUGF work correctly for both core and codec buildsMichael Sevakis1-5/+4
2007-11-18Disable some UWB mode stuff and lost package handling in voice codec.Thom Johansen3-0/+18
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis8-7/+17
2007-11-16Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen6-3/+32
2007-11-16Trim some stuff and move some defines to a more logical place.Thom Johansen2-15/+12
2007-11-14Sync latest Speex stereo changes.Thom Johansen3-30/+8
2007-11-14Build libspeex for core voice on SWCODEC. Development phase - not currently u...Michael Sevakis1-1/+1
2007-11-14Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...Thom Johansen48-480/+697
2007-11-14Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...Thom Johansen6-79/+20
2007-11-14New Speex stereo code in libspeex and speex.c, stereo should be more robust n...Thom Johansen2-47/+102
2007-11-10Strip out a large unneeded portion of the Speex stereo decoding function, and...Thom Johansen2-20/+37
2007-11-10Forgot these.Thom Johansen2-4/+2
2007-11-10Remove unneeded file from SOURCES and partial SVN sync.Thom Johansen8-367/+9
2007-11-09Remove some unneeded floating point usage, port some needed floating point co...Thom Johansen3-9/+17
2007-11-08Disable another encoder only function.Thom Johansen1-0/+2
2007-11-07Ifdef out some more stuff we don't need.Thom Johansen2-0/+10
2007-11-07Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen3-1/+72
2007-11-06Smaller and more correctly sized statically allocated arrays in decoder state...Thom Johansen2-8/+8
2007-11-06Exclude some unneeded LSP code. Add some #endif clarification comments here a...Thom Johansen7-14/+18
2007-11-01Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen1-2/+3
2007-11-01First attempt at ifdeffing out as much of the encoder stuff as possible from ...Thom Johansen12-43/+253
2007-11-01ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...Thom Johansen4-13/+321
2007-10-26QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter...Thom Johansen4-23/+21
2007-10-26Forgot a file. Remove files we don't need to build from SOURCES.Thom Johansen2-9/+160
2007-10-26Sync with Speex SVN. Syntactic change in filters_cf.S.Thom Johansen28-484/+375
2007-10-24Negate _after_ output so we don't negate the whole output signal.Thom Johansen1-2/+3
2007-10-24Coldfire assembler version of inner_prod() for another small speedup.Thom Johansen3-0/+88
2007-10-24Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...Thom Johansen2-17/+168
2007-10-22iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...Thom Johansen5-0/+178
2007-10-22Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...Thom Johansen2-9/+56
2007-10-21Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen8-34/+51
2007-10-19Squish a warning.Thom Johansen1-1/+1
2007-10-19Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...Thom Johansen29-671/+637
2007-10-19Remove some Speex distribution test code we won't use.Thom Johansen6-605/+0
2007-07-09ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...Dan Everton15-29/+46
2007-05-22Fix prototypes and warning in ARM version of libspeex filter.hDan Everton1-2/+1
2007-05-22Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...Dan Everton36-302/+626
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-1/+1
2007-03-19Further simplification of constraints in libspeex arm asm.Jens Arnold1-9/+9
2007-03-13Get rid of the arm4 libspeex warnings.Jens Arnold1-3/+2