FFmpeg
|
float_dsp_altivec.c File Reference
Include dependency graph for float_dsp_altivec.c:
Go to the source code of this file.
Functions | |
void | ff_vector_fmul_altivec (float *dst, const float *src0, const float *src1, int len) |
void | ff_vector_fmul_window_altivec (float *dst, const float *src0, const float *src1, const float *win, 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_reverse_altivec (float *dst, const float *src0, const float *src1, int len) |
Function Documentation
void ff_vector_fmul_add_altivec | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
const float * | src2, | ||
int | len | ||
) |
Definition at line 73 of file float_dsp_altivec.c.
Referenced by ff_float_dsp_init_ppc().
void ff_vector_fmul_altivec | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
int | len | ||
) |
Definition at line 24 of file float_dsp_altivec.c.
Referenced by ff_float_dsp_init_ppc().
void ff_vector_fmul_reverse_altivec | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
int | len | ||
) |
Definition at line 97 of file float_dsp_altivec.c.
Referenced by ff_float_dsp_init_ppc().
void ff_vector_fmul_window_altivec | ( | float * | dst, |
const float * | src0, | ||
const float * | src1, | ||
const float * | win, | ||
int | len | ||
) |
Definition at line 40 of file float_dsp_altivec.c.
Referenced by ff_float_dsp_init_ppc().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11