#include "libavcodec/celp_math.h"
Go to the source code of this file.
Functions | |
static float | ff_dot_productf_mips (const float *a, const float *b, int length) |
void | ff_celp_math_init_mips (CELPMContext *c) |
Definition in file celp_math_mips.c.
void ff_celp_math_init_mips | ( | CELPMContext * | c | ) |
static float ff_dot_productf_mips | ( | const float * | a, | |
const float * | b, | |||
int | length | |||
) | [static] |