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