diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-04-26 15:20:06 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-04-26 15:20:06 +0000 |
commit | 80b1e6cc1f8cad22e543e227f47e5edbc1bee9e9 (patch) | |
tree | 7d628a1dd55a939cdb9317e84ffeec995e797610 /libavcodec/acelp_math.h | |
parent | 169203c1d9999aee58bd756b2acf386115e34856 (diff) | |
download | ffmpeg-80b1e6cc1f8cad22e543e227f47e5edbc1bee9e9.tar.gz |
Grammar fixes and improvements for the new ACELP code
Originally committed as revision 13000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_math.h')
-rw-r--r-- | libavcodec/acelp_math.h | 8 |
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 |