#include "libavcodec/acelp_vectors.h"
Go to the source code of this file.
Functions | |
static void | ff_weighted_vector_sumf_mips (float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) |
void | ff_acelp_vectors_init_mips (ACELPVContext *c) |
Definition in file acelp_vectors_mips.c.
void ff_acelp_vectors_init_mips | ( | ACELPVContext * | c | ) |
static void ff_weighted_vector_sumf_mips | ( | float * | out, | |
const float * | in_a, | |||
const float * | in_b, | |||
float | weight_coeff_a, | |||
float | weight_coeff_b, | |||
int | length | |||
) | [static] |