Libav
|
#include <apedsp.h>
Data Fields | |
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(* APEDSPContext::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.
len | length of vectors, should be multiple of 16 |
Definition at line 34 of file apedsp.h.
Referenced by ape_decode_init(), do_apply_filter(), ff_apedsp_init_arm(), ff_apedsp_init_ppc(), and ff_apedsp_init_x86().