Searched refs:num_of_speech (Results 1 – 2 of 2) sorted by relevance
74 inst->num_of_speech = 0; in WebRtcVad_InitCore()711 inst->num_of_speech = 0; in WebRtcVad_GmmProbability()714 inst->num_of_speech = inst->num_of_speech + 1; in WebRtcVad_GmmProbability()715 if (inst->num_of_speech > NSP_MAX) in WebRtcVad_GmmProbability()717 inst->num_of_speech = NSP_MAX; in WebRtcVad_GmmProbability()
34 WebRtc_Word16 num_of_speech; member