Lines Matching refs:in_a
32 * @param in_a first vector
38 * @note It is safe to pass the same buffer for out and in_a or in_b.
40 void (*weighted_vector_sumf)(float *out, const float *in_a, const float *in_b,
201 * @param in_a first vector
209 * @note It is safe to pass the same buffer for out and in_a or in_b.
211 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
214 const int16_t *in_a,
225 * @param in_a first vector
231 * @note It is safe to pass the same buffer for out and in_a or in_b.
233 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b,