Home
last modified time | relevance | path

Searched refs:sp_est_cnt (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c576 if((st->sp_est_cnt - st->sp_max_cnt) > (SP_EST_COUNT - SP_ACTIVITY_COUNT)) in Estimate_Speech()
578 st->sp_est_cnt = 0; in Estimate_Speech()
582 st->sp_est_cnt += 1; in Estimate_Speech()
614 st->sp_est_cnt = 0; in Estimate_Speech()
700 state->sp_est_cnt = 0; in wb_vad_reset()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dwb_vad.h57 Word16 sp_est_cnt; /* counter for speech level estimation */ member