Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dvoicing.c49 chan->speech_count = 0; in init_voicing_analysis()
102 chan->speech_count++; in voicing_analysis()
104 chan->speech_count = 0; in voicing_analysis()
129 if (chan->speech_count > chan->voice_duration) in voicing_analysis()
139 chan->speech_count, chan->fast_count, in voicing_analysis()
/external/srec/srec/include/
Dvoicing.h73 long speech_count; /* no. of consecutive speech frames for barge-in */ member