Searched refs:num_of_speech (Results 1 – 2 of 2) sorted by relevance
468 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()
40 int16_t num_of_speech; member