Grammar fixes and improvements for the new ACELP code

Originally committed as revision 13000 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Robert Swain
2008-04-26 15:20:06 +00:00
parent 169203c1d9
commit 80b1e6cc1f
2 changed files with 8 additions and 8 deletions

View File

@@ -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