void ff_vector_fmul_reverse_altivec(float *dst, const float *src0, const float *src1, int len)
void ff_vector_fmul_add_altivec(float *dst, const float *src0, const float *src1, const float *src2, int len)
void ff_vector_fmul_window_altivec(float *dst, const float *src0, const float *src1, const float *win, int len)
Macro definitions for various function/variable attributes.
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...
void ff_vector_fmul_vsx(float *dst, const float *src0, const float *src1, int len)
void ff_vector_fmul_window_vsx(float *dst, const float *src0, const float *src1, const float *win, int len)
av_cold void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int bit_exact)
void(* vector_fmul_window)(float *dst, const float *src0, const float *src1, const float *win, int len)
Overlap/add with window function.
#define PPC_ALTIVEC(flags)
void ff_vector_fmul_altivec(float *dst, const float *src0, const float *src1, int len)
void ff_vector_fmul_reverse_vsx(float *dst, const float *src0, const float *src1, int len)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
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 ...
void ff_vector_fmul_add_vsx(float *dst, const float *src0, const float *src1, const float *src2, 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...