Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | celp_math: rename ff_log2 to ff_log2_q15 | Mans Rullgard | 2012-10-20 | 1 | -1/+1 |
| | | | | | | | This name is more descriptive as the function returns a fixed-point value with 15 fraction bits. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -11/+0 |
| | |||||
* | celp_math: Move ff_cos() to the only place it is used | Diego Biurrun | 2012-08-27 | 1 | -25/+0 |
| | |||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Remove unused code under G729_BITEXACT #ifdef. | Diego Biurrun | 2011-07-20 | 1 | -85/+0 |
| | | | | G729_BITEXACT is never set, so the code is all dead code. | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Fix build. | François Revol | 2008-10-31 | 1 | -1/+1 |
| | | | | Originally committed as revision 15761 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add ff_dot_productf() to celp_math.{c,h} | Kenan Gillet | 2008-10-30 | 1 | -0/+11 |
| | | | | | | Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15753 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. | Kenan Gillet | 2008-10-24 | 1 | -0/+197 |
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk |