Searched refs:sp_max_cnt (Results 1 – 2 of 2) sorted by relevance
576 if((st->sp_est_cnt - st->sp_max_cnt) > (SP_EST_COUNT - SP_ACTIVITY_COUNT)) in Estimate_Speech()580 st->sp_max_cnt = 0; in Estimate_Speech()591 st->sp_max_cnt += 1; in Estimate_Speech()593 if(st->sp_max_cnt >= SP_ACTIVITY_COUNT) in Estimate_Speech()613 st->sp_max_cnt = 0; in Estimate_Speech()702 state->sp_max_cnt = 0; in wb_vad_reset()
59 Word16 sp_max_cnt; /* counts frames that contains speech */ member