Home | History | Annotate | Download | only in libaudio

Lines Matching refs:fir_convolve

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