Searched refs:tresh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_dtmf.c | 126 s32 result[NCOEFF], tresh, treshl; in dsp_dtmf_goertzel_decode() local 210 tresh = 0; in dsp_dtmf_goertzel_decode() 215 if (result[i] > tresh) in dsp_dtmf_goertzel_decode() 216 tresh = result[i]; in dsp_dtmf_goertzel_decode() 220 if (tresh == 0) { in dsp_dtmf_goertzel_decode() 226 s32 tresh_100 = tresh/100; in dsp_dtmf_goertzel_decode() 231 "tresh(%d) too small set tresh/100 to 1\n", in dsp_dtmf_goertzel_decode() 232 tresh); in dsp_dtmf_goertzel_decode() 238 result[6] / 10000, result[7] / 10000, tresh / 1000 in dsp_dtmf_goertzel_decode() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_dtmf.c | 126 s32 result[NCOEFF], tresh, treshl; in dsp_dtmf_goertzel_decode() local 210 tresh = 0; in dsp_dtmf_goertzel_decode() 215 if (result[i] > tresh) in dsp_dtmf_goertzel_decode() 216 tresh = result[i]; in dsp_dtmf_goertzel_decode() 220 if (tresh == 0) { in dsp_dtmf_goertzel_decode() 226 s32 tresh_100 = tresh/100; in dsp_dtmf_goertzel_decode() 231 "tresh(%d) too small set tresh/100 to 1\n", in dsp_dtmf_goertzel_decode() 232 tresh); in dsp_dtmf_goertzel_decode() 238 result[6] / 10000, result[7] / 10000, tresh / 1000 in dsp_dtmf_goertzel_decode() [all...] |
Completed in 1 milliseconds