summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/acelp_math.h')
-rw-r--r--libavcodec/acelp_math.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/acelp_math.h b/libavcodec/acelp_math.h
index 1cc36e6b49..95be5f62e3 100644
--- a/libavcodec/acelp_math.h
+++ b/libavcodec/acelp_math.h
@@ -49,10 +49,10 @@ int ff_exp2(uint16_t power);
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