Searched refs:s16_multiply_buf_with_coef (Results 1 – 4 of 4) sorted by relevance
99 int16_t s16_multiply_buf_with_coef(float *coef, const int16_t *buf,
467 int16_t s16_multiply_buf_with_coef(float *coef, const int16_t *buf, size_t size) in s16_multiply_buf_with_coef() function496 out[out_idx + i] = s16_multiply_buf_with_coef( in s16_convert_channels()
596 tmp[ch] = s16_multiply_buf_with_coef( in cras_channel_remix_convert()
752 int16_t ret = s16_multiply_buf_with_coef(coef.get(), buf.get(), buf_size); in TEST()