Home | History | Annotate | Download | only in src

Lines Matching full:stat_count

706               stat_count: stationary counter
710 Output : stat_count: stationary counter
769 if (st->stat_count < CAD_MIN_STAT_COUNT)
771 st->stat_count = CAD_MIN_STAT_COUNT;
774 /* NB stat_count is allowed to be decreased by one below again */
778 /* if fullband pitch or tone have been detected for a while, initialize stat_count */
782 st->stat_count = STAT_COUNT;
786 /* if 8 last vad-decisions have been "0", reinitialize stat_count */
789 st->stat_count = STAT_COUNT;
827 /* compare stat_rat with a threshold and update stat_count */
830 st->stat_count = STAT_COUNT;
836 if (st->stat_count != 0)
838 st->stat_count = sub(st->stat_count, 1, pOverflow);
847 if (st->stat_count == STAT_COUNT)
1063 stat_count: stationary counter
1129 if ((st->stat_count == 0)
1743 state->stat_count = 0;