Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
A Ddsp_dtmf.c127 int lowgroup, highgroup; in dsp_dtmf_goertzel_decode() local
247 highgroup = -1; in dsp_dtmf_goertzel_decode()
255 highgroup = -1; in dsp_dtmf_goertzel_decode()
269 if (highgroup >= 0) { in dsp_dtmf_goertzel_decode()
271 highgroup = -1; in dsp_dtmf_goertzel_decode()
274 highgroup = i - (NCOEFF / 2); in dsp_dtmf_goertzel_decode()
280 if (lowgroup >= 0 && highgroup >= 0) in dsp_dtmf_goertzel_decode()
281 what = dtmf_matrix[lowgroup][highgroup]; in dsp_dtmf_goertzel_decode()

Completed in 6 milliseconds