Lines Matching refs:in_b
33 * @param in_b second 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,
202 * @param in_b second 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
215 const int16_t *in_b,
226 * @param in_b second 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,