Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_core.c468 self->num_of_speech = 0; in GmmProbability()
470 self->num_of_speech++; in GmmProbability()
471 if (self->num_of_speech > kMaxSpeechFrames) { in GmmProbability()
472 self->num_of_speech = kMaxSpeechFrames; in GmmProbability()
493 self->num_of_speech = 0; in WebRtcVad_InitCore()
Dvad_core.h40 int16_t num_of_speech; member