Home | History | Annotate | Download | only in libaudio2

Lines Matching refs:fir_convolve

1672 int32_t fir_convolve(const int16_t* a, const int32_t* b, int num_samples)
1710 output[i / 2] = clip(fir_convolve(input + i, filter_22khz_coeff, NUM_COEFF_22KHZ));
1768 tmp[j] = fir_convolve(input + i * RESAMPLE_16KHZ_SAMPLES_IN + j,