Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/vad/
Dvad_core.c74 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()
Dvad_core.h34 WebRtc_Word16 num_of_speech; member