FFmpeg
|
float_dsp_init_vfp.c
Go to the documentation of this file.
void ff_float_dsp_init_vfp(AVFloatDSPContext *fdsp)
Definition: float_dsp_init_vfp.c:31
void ff_vector_fmul_reverse_vfp(float *dst, const float *src0, const float *src1, int len)
void(* vector_fmul)(float *dst, const float *src0, const float *src1, int len)
Calculate the product of two vectors of floats and store the result in a vector of floats...
Definition: float_dsp.h:38
Definition: float_dsp.h:24
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
Definition: cpu.c:30
void ff_vector_fmul_vfp(float *dst, const float *src0, const float *src1, int len)
void(* vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len)
Calculate the product of two vectors of floats, and store the result in a vector of floats...
Definition: float_dsp.h:140
Generated on Mon Nov 18 2024 06:51:55 for FFmpeg by 1.8.11