diff acelp_math.h @ 6706:2cb901474f6f libavcodec

Grammar fixes and improvements for the new ACELP code
author superdump
date Sat, 26 Apr 2008 15:20:06 +0000
parents 1064be7fea22
children 459fe563a4dc
line wrap: on
line diff
--- a/acelp_math.h	Sat Apr 26 14:41:29 2008 +0000
+++ b/acelp_math.h	Sat Apr 26 15:20:06 2008 +0000
@@ -49,10 +49,10 @@
 int ff_log2(uint32_t value);
 
 /**
- * \brief Calculates sum of array elements multiplications
- * \param speech array with input data
- * \param length number elements to proceed
- * \param offset offset for calculation sum of s[i]*s[i+offset]
+ * \brief Calculates sum of array element multiplications
+ * \param speech input data array
+ * \param length number of elements
+ * \param offset offset for calculation of sum of s[i]*s[i+offset]
  * \param shift right shift by this value will be done before multiplication
  *
  * \return sum of multiplications