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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_dtmf.c126 s32 result[NCOEFF], tresh, treshl; local
210 tresh = 0;
215 if (result[i] > tresh)
216 tresh = result[i];
220 if (tresh == 0) {
230 result[6]/10000, result[7]/10000, tresh/10000,
231 result[0]/(tresh/100), result[1]/(tresh/100),
232 result[2]/(tresh/100), result[3]/(tresh/10
[all...]

Completed in 30 milliseconds