mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avutil/float_dsp.h: fix doxy for scalarproduct_double
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
7736ca1d7b
commit
7087da303f
@ -194,11 +194,11 @@ typedef struct AVFloatDSPContext {
|
||||
* Calculate the scalar product of two vectors of doubles.
|
||||
*
|
||||
* @param v1 first vector
|
||||
* constraints: 32-byte aligned
|
||||
* constraints: 32-byte aligned
|
||||
* @param v2 second vector
|
||||
* constraints: 32-byte aligned
|
||||
* constraints: 32-byte aligned
|
||||
* @param len length of vectors
|
||||
* constraints: 32-byte aligned
|
||||
* constraints: multiple of 16
|
||||
*
|
||||
* @return inner product of the vectors
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user