17 Commits (4d60e5051e66c6e79645efec1376b98caf41ad03)

Author SHA1 Message Date
Mans Rullgard f0c07be649 celp_math: rename ff_log2 to ff_log2_q15 12 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 12 years ago
Diego Biurrun 5549854335 celp_math: Move ff_cos() to the only place it is used 12 years ago
Nedeljko Babic 3827a86eac Optimization of AMR NB and WB decoders for MIPS 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Michael Niedermayer 78f08c06e6 ff_dot_product(): change return value to int64_t 13 years ago
Michael Niedermayer 11512367d3 celp_math: cleanup ff_dot_product() 13 years ago
Mohamed Naufal Basheer a82c6238ae Add dot_product function for use by the G.723.1 decoder 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Aurelien Jacobs 275131628d Remove duplicated dot product code. Use dsputil's 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Kenan Gillet 0bc484ad51 Add ff_dot_productf() to celp_math.{c,h} 16 years ago
Kenan Gillet 60c25a4beb Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Michael Niedermayer ec5bd476ac Doxygen syntax consistency. 16 years ago
Michael Niedermayer 4f0689b528 We do not only calculate it but we also return it. 17 years ago
Michael Niedermayer 2de74f5a4d More correct comment. 17 years ago
Michael Niedermayer 2b150e9a0c make sum_of_squares() more generic 17 years ago
Vladimir Voroshilov ce9eac7913 Implement bidirectional (positive offset - left, negative - right) 17 years ago
Diego Biurrun 20c9c8eec8 cosmetics: Consistently use C-style comments in #endif preprocessor directives. 17 years ago
Måns Rullgård 7c43009358 add necessary #includes in headers 17 years ago
Robert Swain 80b1e6cc1f Grammar fixes and improvements for the new ACELP code 17 years ago
Vladimir Voroshilov 1cf3ee2d1c Fixed-point implementation of ff_cos, ff_log2, ff_exp2. 17 years ago