FFmpeg
|
#include <acelp_vectors.h>
Data Fields | |
void(* | weighted_vector_sumf )(float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) |
float implementation of weighted sum of two vectors. More... | |
Definition at line 28 of file acelp_vectors.h.
void(* ACELPVContext::weighted_vector_sumf) (float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) |
float implementation of weighted sum of two vectors.
[out] | out | result of addition |
in_a | first vector | |
in_b | second vector | |
weight_coeff_a | first vector weight coefficient | |
weight_coeff_a | second vector weight coefficient | |
length | vectors length (should be a multiple of two) |
Definition at line 40 of file acelp_vectors.h.
Referenced by amrnb_decode_frame(), and synthesis().