aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/acelp_pitch_delay.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun2011-07-201-11/+0
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Replace log2f(10) with a constantMåns Rullgård2010-02-201-1/+1
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-151-0/+44
* Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak2009-10-311-0/+21
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-291-2/+4
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-241-1/+1
* make sum_of_squares() more genericMichael Niedermayer2008-07-031-2/+2
* gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov2008-06-301-0/+119