Libav
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/apedsp.h"
Go to the source code of this file.
Functions | |
int32_t | ff_scalarproduct_and_madd_int16_mmxext (int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul) |
int32_t | ff_scalarproduct_and_madd_int16_sse2 (int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul) |
int32_t | ff_scalarproduct_and_madd_int16_ssse3 (int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul) |
av_cold void | ff_apedsp_init_x86 (APEDSPContext *c) |
int32_t ff_scalarproduct_and_madd_int16_mmxext | ( | int16_t * | v1, |
const int16_t * | v2, | ||
const int16_t * | v3, | ||
int | order, | ||
int | mul | ||
) |
Referenced by ff_apedsp_init_x86().
int32_t ff_scalarproduct_and_madd_int16_sse2 | ( | int16_t * | v1, |
const int16_t * | v2, | ||
const int16_t * | v3, | ||
int | order, | ||
int | mul | ||
) |
Referenced by ff_apedsp_init_x86().
int32_t ff_scalarproduct_and_madd_int16_ssse3 | ( | int16_t * | v1, |
const int16_t * | v2, | ||
const int16_t * | v3, | ||
int | order, | ||
int | mul | ||
) |
Referenced by ff_apedsp_init_x86().
av_cold void ff_apedsp_init_x86 | ( | APEDSPContext * | c | ) |
Definition at line 34 of file apedsp_init.c.
Referenced by ape_decode_init().