Revision 6eabb0d3 libavcodec/arm/dsputil_init_vfp.c
libavcodec/arm/dsputil_init_vfp.c | ||
---|---|---|
21 | 21 |
#include "libavcodec/dsputil.h" |
22 | 22 |
#include "dsputil_arm.h" |
23 | 23 |
|
24 |
void ff_vector_fmul_vfp(float *dst, const float *src, int len); |
|
24 |
void ff_vector_fmul_vfp(float *dst, const float *src0, |
|
25 |
const float *src1, int len); |
|
25 | 26 |
void ff_vector_fmul_reverse_vfp(float *dst, const float *src0, |
26 | 27 |
const float *src1, int len); |
27 | 28 |
void ff_float_to_int16_vfp(int16_t *dst, const float *src, long len); |
Also available in: Unified diff