Lines Matching defs:tresh
126 s32 result[NCOEFF], tresh, treshl;
210 tresh = 0;
215 if (result[i] > tresh)
216 tresh = result[i];
220 if (tresh == 0) {
226 s32 tresh_100 = tresh/100;
231 "tresh(%d) too small set tresh/100 to 1\n",
232 tresh);
238 result[6] / 10000, result[7] / 10000, tresh / 10000,
248 treshl = tresh >> 3; /* tones which are not on, must be below 9 dB */
249 tresh = tresh >> 2; /* touchtones must match within 6 dB */
253 if (result[i] < tresh) {