/external/srec/srec/include/ |
frontpar.h | 73 int voice_duration; member in struct:__anon26483
|
utteranc.h | 81 int voice_duration; member in struct:__anon26542 121 int voice_duration; member in struct:__anon26544 146 int voice_duration; member in struct:__anon26545 263 void set_voicing_durations(utterance_info *utt, int voice_duration,
|
voicing.h | 68 int voice_duration; /* threshold for consecutive speech frames */ member in struct:__anon26547
|
fpi_tgt.h | 163 int voice_duration, int quite_duration,
|
/external/srec/srec/clib/ |
voicing.c | 124 if (chan->fast_count > chan->voice_duration) 129 if (chan->speech_count > chan->voice_duration)
|
fpi_tgt.c | 784 int voice_duration, int quite_duration, int unsure_duration) 825 for (count = voice_duration; count > 0 && fram != recFrmPtr;
|
/external/srec/srec/ca/ |
utt_basi.c | 80 set_voicing_durations(&hUtt->data, hFrontPar->voice_duration / 2, 85 set_voicing_durations(&hUtt->data, hFrontPar->voice_duration,
|
/external/srec/srec/crec/ |
get_fram.c | 70 void set_voicing_durations(utterance_info *utt, int voice_duration, 74 utt->gen_utt.voice_duration = voice_duration; 248 &utt->gen_utt.last_push, utt->gen_utt.voice_duration,
|
/external/srec/srec/cfront/ |
ca_wave.c | 114 hWave->voice.voice_duration = hFrontPar->voice_duration;
|
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 465 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.speech_duration", ¶ms->voice_duration)); [all...] |