#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 | |||
| ) |
Definition at line 29 of file dsputil_init_vfp.c.
Referenced by dsputil_init_arm().
| void ff_vector_fmul_reverse_vfp | ( | float * | dst, | |
| const float * | src0, | |||
| const float * | src1, | |||
| int | len | |||
| ) |
| void ff_vector_fmul_vfp | ( | float * | dst, | |
| const float * | src0, | |||
| const float * | src1, | |||
| int | len | |||
| ) |