summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.c
Commit message (Collapse)AuthorAge
* 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
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
| | | | | | quickest way to find out if it is needed. Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mathops.h dependancy.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2008-08-21
| | | | Originally committed as revision 14896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer2008-08-21
| | | | | | line loop. Originally committed as revision 14895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer2008-08-21
| | | | | | of ff_acelp_convolve_circ() Originally committed as revision 14894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document code, do not document difference to a irrelevant reference ↵Michael Niedermayer2008-08-21
| | | | | | implementation. Originally committed as revision 14885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some irrelevant comments.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo in a comment: s/two avoid/to avoid/Vitor Sessak2008-07-06
| | | | Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter ↵Vitor Sessak2008-06-29
| | | | | | coefficients and not the pointer minus one Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-29
| | | | Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-24
| | | | | | and convert it to a generic interpolation routine. Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
| | | | | | | fix missing period (not latest revision of patch was wrongly committed). Originally committed as revision 13113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11
Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk