summaryrefslogtreecommitdiff
path: root/libavcodec/celp_filters.h
Commit message (Collapse)AuthorAge
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-16
| | | | | | FFmpeg Originally committed as revision 20885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-16
| | | | Originally committed as revision 20884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-12
| | | | | | | | | | convolution in the upcoming AMR-NB floating point decoder. The function scales and adds a vector, that is lagged by some offset, to another vector with the same number of elements. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
| | | | Originally committed as revision 19561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-18
| | | | Originally committed as revision 18616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.Kenan Gillet2008-10-30
| | | | Originally committed as revision 15758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove nonsense @return Doxygen comment for void function.Diego Biurrun2008-10-30
| | | | Originally committed as revision 15756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a LPC filterKenan Gillet2008-10-30
| | | | | | Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15680 to svn://svn.ffmpeg.org/ffmpeg/trunk