FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
float_dsp_vsx.c File Reference
#include "util_altivec.h"
#include "float_dsp_vsx.h"

Go to the source code of this file.

Functions

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)
 
void ff_vector_fmul_add_vsx (float *dst, const float *src0, const float *src1, const float *src2, int len)
 
void ff_vector_fmul_reverse_vsx (float *dst, const float *src0, const float *src1, int len)
 

Function Documentation

void ff_vector_fmul_vsx ( float *  dst,
const float *  src0,
const float *  src1,
int  len 
)

Definition at line 24 of file float_dsp_vsx.c.

void ff_vector_fmul_window_vsx ( float *  dst,
const float *  src0,
const float *  src1,
const float *  win,
int  len 
)

Definition at line 40 of file float_dsp_vsx.c.

void ff_vector_fmul_add_vsx ( float *  dst,
const float *  src0,
const float *  src1,
const float *  src2,
int  len 
)

Definition at line 74 of file float_dsp_vsx.c.

Referenced by ff_float_dsp_init_ppc().

void ff_vector_fmul_reverse_vsx ( float *  dst,
const float *  src0,
const float *  src1,
int  len 
)

Definition at line 90 of file float_dsp_vsx.c.