changeset 7187:205d198d05e5 libavcodec

More correct comment.
author michael
date Thu, 03 Jul 2008 11:51:59 +0000
parents ff5ef7becd94
children e1524921d0b1
files acelp_math.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/acelp_math.h	Thu Jul 03 11:50:44 2008 +0000
+++ b/acelp_math.h	Thu Jul 03 11:51:59 2008 +0000
@@ -55,9 +55,9 @@
  * \param a input data array
  * \param b input data array
  * \param length number of elements
- * \param shift right shift by this value will be done before multiplication
+ * \param shift right shift by this value will be done after multiplication
  *
- * \return sum of multiplications
+ * \return dot product = sum of elementwise products
  */
 static int dot_product(const int16_t* a, const int16_t* b, int length, int shift)
 {