Commit eed7e239 authored by michael's avatar michael

More correct comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14057 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent afec776d
......@@ -55,9 +55,9 @@ int ff_log2(uint32_t value);
* \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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment