Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Ddsp_dtmf.c127 int lowgroup, highgroup; in dsp_dtmf_goertzel_decode() local
245 /* calc digit (lowgroup/highgroup) */ in dsp_dtmf_goertzel_decode()
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()
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Ddsp_dtmf.c127 int lowgroup, highgroup; in dsp_dtmf_goertzel_decode() local
245 /* calc digit (lowgroup/highgroup) */ in dsp_dtmf_goertzel_decode()
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 1 milliseconds