Home
last modified time | relevance | path

Searched refs:coefs (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/audio/utilities/
H A DFir.cc52 double *coefs, in convolve() argument
60 double sum = *coefs * *in_buf; in convolve()
62 sum += *++coefs * *--in_buf; in convolve()