|
| int32_t(* | scalarproduct_and_madd_int16 )(int16_t *v1, const int16_t *v2, const int16_t *v3, int len, int mul) |
| | Calculate scalar product of v1 and v2, and v1[i] += v3[i] * mul. More...
|
| |
|
int32_t(* | scalarproduct_and_madd_int32 )(int16_t *v1, const int32_t *v2, const int16_t *v3, int len, int mul) |
| |
§ scalarproduct_and_madd_int16
| int32_t(* LLAudDSPContext::scalarproduct_and_madd_int16) (int16_t *v1, const int16_t *v2, const int16_t *v3, int len, int mul) |
Calculate scalar product of v1 and v2, and v1[i] += v3[i] * mul.
- Parameters
-
| len | length of vectors, should be multiple of 16, or padd v3 and v1 or v2 with zeros. |
The documentation for this struct was generated from the following file: