#include "libavcodec/fmtconvert.h"
#include "dsputil_altivec.h"
#include "util_altivec.h"
Go to the source code of this file.
Functions | |
static void | int32_to_float_fmul_scalar_altivec (float *dst, const int *src, float mul, int len) |
static vector signed short | float_to_int16_one_altivec (const float *src) |
static void | float_to_int16_altivec (int16_t *dst, const float *src, long len) |
static void | float_to_int16_interleave_altivec (int16_t *dst, const float **src, long len, int channels) |
void | ff_fmt_convert_init_altivec (FmtConvertContext *c, AVCodecContext *avctx) |
void ff_fmt_convert_init_altivec | ( | FmtConvertContext * | c, | |
AVCodecContext * | avctx | |||
) |
static void float_to_int16_altivec | ( | int16_t * | dst, | |
const float * | src, | |||
long | len | |||
) | [static] |
Definition at line 60 of file fmtconvert_altivec.c.
Referenced by ff_fmt_convert_init_altivec(), and float_to_int16_interleave_altivec().
static void float_to_int16_interleave_altivec | ( | int16_t * | dst, | |
const float ** | src, | |||
long | len, | |||
int | channels | |||
) | [static] |
static vector signed short float_to_int16_one_altivec | ( | const float * | src | ) | [static] |
Definition at line 51 of file fmtconvert_altivec.c.
Referenced by float_to_int16_altivec(), and float_to_int16_interleave_altivec().
static void int32_to_float_fmul_scalar_altivec | ( | float * | dst, | |
const int * | src, | |||
float | mul, | |||
int | len | |||
) | [static] |