FFmpeg
|
ppc/float_dsp_init.c
Go to the documentation of this file.
void ff_vector_fmul_reverse_altivec(float *dst, const float *src0, const float *src1, int len)
Definition: float_dsp_altivec.c:97
void ff_vector_fmul_add_altivec(float *dst, const float *src0, const float *src1, const float *src2, int len)
Definition: float_dsp_altivec.c:73
void ff_vector_fmul_window_altivec(float *dst, const float *src0, const float *src1, const float *win, int len)
Definition: float_dsp_altivec.c:40
void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int bit_exact)
Definition: ppc/float_dsp_init.c:26
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
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 ff_vector_fmul_altivec(float *dst, const float *src0, const float *src1, int len)
Definition: float_dsp_altivec.c:24
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(* 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(* 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