|
FFmpeg
|
Go to the source code of this file.
Functions | |
| 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_vector_fmul_reverse_vfp | ( | float * | dst, |
| const float * | src0, | ||
| const float * | src1, | ||
| int | len | ||
| ) |
Referenced by ff_dsputil_init_vfp().
| void ff_dsputil_init_vfp | ( | DSPContext * | c, |
| AVCodecContext * | avctx | ||
| ) |
Definition at line 27 of file dsputil_init_vfp.c.
Referenced by ff_dsputil_init_arm().
1.8.2