summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_math.h
Commit message (Expand)AuthorAgeFilesLines
* We do not only calculate it but we also return it.Michael Niedermayer2008-07-031-1/+1
* More correct comment.Michael Niedermayer2008-07-031-2/+2
* make sum_of_squares() more genericMichael Niedermayer2008-07-031-9/+7
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-111-0/+13
* cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun2008-05-031-1/+1
* add necessary #includes in headersMåns Rullgård2008-05-031-0/+2
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-261-4/+4
* Fixed-point implementation of ff_cos, ff_log2, ff_exp2.Vladimir Voroshilov2008-04-251-0/+73