mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 03:13:08 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user