Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Ddsp_dtmf.c126 s32 result[NCOEFF], tresh, treshl; in dsp_dtmf_goertzel_decode() local
248 treshl = tresh >> 3; /* tones which are not on, must be below 9 dB */ in dsp_dtmf_goertzel_decode()
251 if (result[i] < treshl) in dsp_dtmf_goertzel_decode()
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Ddsp_dtmf.c126 s32 result[NCOEFF], tresh, treshl; in dsp_dtmf_goertzel_decode() local
248 treshl = tresh >> 3; /* tones which are not on, must be below 9 dB */ in dsp_dtmf_goertzel_decode()
251 if (result[i] < treshl) in dsp_dtmf_goertzel_decode()

Completed in 2 milliseconds