#include "libavcodec/dsputil.h"
#include "dsputil_arm.h"
Go to the source code of this file.
Functions | |
void | ff_vector_fmul_vfp (float *dst, const float *src0, const float *src1, int len) |
void | ff_vector_fmul_reverse_vfp (float *dst, const float *src0, const float *src1, int len) |
void | ff_dsputil_init_vfp (DSPContext *c, AVCodecContext *avctx) |
void ff_dsputil_init_vfp | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_vector_fmul_reverse_vfp | ( | float * | dst, | |
const float * | src0, | |||
const float * | src1, | |||
int | len | |||
) |
Referenced by ff_dsputil_init_vfp().
void ff_vector_fmul_vfp | ( | float * | dst, | |
const float * | src0, | |||
const float * | src1, | |||
int | len | |||
) |
Referenced by ff_dsputil_init_vfp().