libavcodec/ppc/float_altivec.c File Reference
#include "dsputil.h"
#include "gcc_fixes.h"
#include "dsputil_altivec.h"
Go to the source code of this file.
|
Functions |
static void | vector_fmul_altivec (float *dst, const float *src, int len) |
static void | vector_fmul_reverse_altivec (float *dst, const float *src0, const float *src1, int len) |
static void | vector_fmul_add_add_altivec (float *dst, const float *src0, const float *src1, const float *src2, int src3, int len, int step) |
void | float_to_int16_altivec (int16_t *dst, const float *src, int len) |
void | float_init_altivec (DSPContext *c, AVCodecContext *avctx) |
Function Documentation
void float_to_int16_altivec |
( |
int16_t * |
dst, |
|
|
const float * |
src, |
|
|
int |
len | |
|
) |
| | |
static void vector_fmul_add_add_altivec |
( |
float * |
dst, |
|
|
const float * |
src0, |
|
|
const float * |
src1, |
|
|
const float * |
src2, |
|
|
int |
src3, |
|
|
int |
len, |
|
|
int |
step | |
|
) |
| | [static] |
static void vector_fmul_altivec |
( |
float * |
dst, |
|
|
const float * |
src, |
|
|
int |
len | |
|
) |
| | [static] |
static void vector_fmul_reverse_altivec |
( |
float * |
dst, |
|
|
const float * |
src0, |
|
|
const float * |
src1, |
|
|
int |
len | |
|
) |
| | [static] |