48 const float *
src1,
const float *win,
int len);
50 const float *
src1,
const float *win,
int len);
53 const float *src2,
int len);
55 const float *src2,
int len);
57 const float *src2,
int len);
float(* scalarproduct_float)(const float *v1, const float *v2, int len)
Calculate the scalar product of two vectors of floats.
void(* vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len)
Calculate the entry wise product of two vectors of floats, and store the result in a vector of floats...
#define EXTERNAL_SSE(flags)
Macro definitions for various function/variable attributes.
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.
void(* vector_fmul_window)(float *dst, const float *src0, const float *src1, const float *win, int len)
Overlap/add with window function.
void ff_vector_fmul_window_sse(float *dst, const float *src0, const float *src1, const float *win, int len)
void ff_vector_fmul_reverse_avx(float *dst, const float *src0, const float *src1, int len)
av_cold void ff_float_dsp_init_x86(AVFloatDSPContext *fdsp)
void ff_vector_fmul_window_3dnowext(float *dst, const float *src0, const float *src1, const float *win, int len)
float ff_scalarproduct_float_sse(const float *v1, const float *v2, int order)
#define EXTERNAL_AVX_FAST(flags)
#define EXTERNAL_SSE2(flags)
void(* vector_fmul)(float *dst, const float *src0, const float *src1, int len)
Calculate the entry wise product of two vectors of floats and store the result in a vector of floats...
void(* butterflies_float)(float *av_restrict v1, float *av_restrict v2, int len)
Calculate the sum and difference of two vectors of floats.
void ff_vector_fmul_add_avx(float *dst, const float *src0, const float *src1, const float *src2, int len)
void(* vector_dmul_scalar)(double *dst, const double *src, double mul, int len)
Multiply a vector of double by a scalar double.
#define EXTERNAL_AMD3DNOWEXT(flags)
void(* vector_fmul_scalar)(float *dst, const float *src, float mul, int len)
Multiply a vector of floats by a scalar float.
void ff_vector_fmac_scalar_avx(float *dst, const float *src, float mul, int len)
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(* vector_fmul_add)(float *dst, const float *src0, const float *src1, const float *src2, int len)
Calculate the entry wise product of two vectors of floats, add a third vector of floats and store the...
void ff_vector_dmul_scalar_avx(double *dst, const double *src, double mul, int len)
#define EXTERNAL_FMA3_FAST(flags)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
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 ff_vector_fmul_add_sse(float *dst, const float *src0, const float *src1, const float *src2, int len)
void ff_vector_fmac_scalar_fma3(float *dst, const float *src, float mul, int len)
void ff_vector_fmul_avx(float *dst, const float *src0, const float *src1, int len)
void ff_vector_fmul_add_fma3(float *dst, const float *src0, const float *src1, const float *src2, int len)