Home | History | Annotate | Download | only in src

Lines Matching refs:stat_count

266 	/* if a tone has been detected for a while, initialize stat_count */
269 st->stat_count = STAT_COUNT;
272 /* if 8 last vad-decisions have been "0", reinitialize stat_count */
275 st->stat_count = STAT_COUNT;
307 /* compare stat_rat with a threshold and update stat_count */
310 st->stat_count = STAT_COUNT;
316 if (st->stat_count != 0)
318 st->stat_count = st->stat_count - 1;
327 if(st->stat_count == STAT_COUNT)
407 if ((st->stat_count == 0))