Searched refs:num_of_speech (Results 1 – 2 of 2) sorted by relevance
477 self->num_of_speech = 0; in GmmProbability()479 self->num_of_speech++; in GmmProbability()480 if (self->num_of_speech > kMaxSpeechFrames) { in GmmProbability()481 self->num_of_speech = kMaxSpeechFrames; in GmmProbability()502 self->num_of_speech = 0; in WebRtcVad_InitCore()
36 int16_t num_of_speech; member