FFmpeg
|
x86/float_dsp_init.c
Go to the documentation of this file.
float(* scalarproduct_float)(const float *v1, const float *v2, int len)
Calculate the scalar product of two vectors of floats.
Definition: float_dsp.h:161
void(* vector_fmac_scalar)(float *dst, const float *src, float mul, int len)
Multiply a vector of floats by a scalar float and add to destination vector.
Definition: float_dsp.h:54
void ff_vector_fmul_reverse_avx(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
float ff_scalarproduct_float_sse(const float *v1, const float *v2, int order)
void(* vector_fmul_window)(float *dst, const float *src0, const float *src1, const float *win, int len)
Overlap/add with window function.
Definition: float_dsp.h:103
void(* vector_dmul_scalar)(double *dst, const double *src, double mul, int len)
Multiply a vector of double by a scalar double.
Definition: float_dsp.h:84
void ff_vector_fmul_add_avx(float *dst, const float *src0, const float *src1, const float *src2, int len)
void ff_vector_fmac_scalar_avx(float *dst, const float *src, float mul, int len)
Definition: float_dsp.h:24
void ff_vector_dmul_scalar_sse2(double *dst, const double *src, double mul, int len)
void ff_butterflies_float_sse(float *src0, float *src1, int len)
void(* butterflies_float)(float *av_restrict v1, float *av_restrict v2, int len)
Calculate the sum and difference of two vectors of floats.
Definition: float_dsp.h:150
void ff_vector_dmul_scalar_avx(double *dst, const double *src, double mul, int len)
void(* vector_fmul_scalar)(float *dst, const float *src, float mul, int len)
Multiply a vector of floats by a scalar float.
Definition: float_dsp.h:69
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
Definition: cpu.c:30
void ff_vector_fmul_sse(float *dst, const float *src0, const float *src1, int len)
void ff_vector_fmac_scalar_sse(float *dst, const float *src, float mul, int len)
void ff_vector_fmul_scalar_sse(float *dst, const float *src, float mul, int len)
void ff_vector_fmul_reverse_sse(float *dst, const float *src0, const float *src1, int len)
void(* vector_fmul_add)(float *dst, const float *src0, const float *src1, const float *src2, int len)
Calculate the product of two vectors of floats, add a third vector of floats and store the result in ...
Definition: float_dsp.h:121
void ff_vector_fmul_add_sse(float *dst, const float *src0, const float *src1, const float *src2, int len)
void ff_float_dsp_init_x86(AVFloatDSPContext *fdsp)
Definition: x86/float_dsp_init.c:124
void ff_vector_fmul_avx(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