summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_math.h
Commit message (Collapse)AuthorAge
* We do not only calculate it but we also return it.Michael Niedermayer2008-07-03
| | | | Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More correct comment.Michael Niedermayer2008-07-03
| | | | Originally committed as revision 14057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sum_of_squares() more genericMichael Niedermayer2008-07-03
| | | | Originally committed as revision 14056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-11
| | | | | | signed shift for ACELP-based codecs. Originally committed as revision 13117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun2008-05-03
| | | | Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add necessary #includes in headersMåns Rullgård2008-05-03
| | | | Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-26
| | | | Originally committed as revision 13000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed-point implementation of ff_cos, ff_log2, ff_exp2.Vladimir Voroshilov2008-04-25
Also implemented routine for calculating sum(a[i] * a[i-offset]>>shift) Originally committed as revision 12974 to svn://svn.ffmpeg.org/ffmpeg/trunk