libavcodec/arm/float_arm_vfp.c File Reference

#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)


Function Documentation

void ff_float_init_arm_vfp ( DSPContext c,
AVCodecContext avctx 
)

Definition at line 28 of file float_arm_vfp.c.

Referenced by dsputil_init_arm().

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().


Generated on Fri Oct 26 02:35:42 2012 for FFmpeg by  doxygen 1.5.8