Searched refs:coefs (Results 1 – 1 of 1) sorted by relevance
52 double *coefs, in convolve() argument60 double sum = *coefs * *in_buf; in convolve()62 sum += *++coefs * *--in_buf; in convolve()