Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/vad/
Dpitch_based_vad.cc53 voice_gmm_.dimension = kVoiceGmmDim; in PitchBasedVad()
54 voice_gmm_.num_mixtures = kVoiceGmmNumMixtures; in PitchBasedVad()
55 voice_gmm_.weight = kVoiceGmmWeights; in PitchBasedVad()
56 voice_gmm_.mean = &kVoiceGmmMean[0][0]; in PitchBasedVad()
57 voice_gmm_.covar_inverse = &kVoiceGmmCovarInverse[0][0][0]; in PitchBasedVad()
79 pdf_features_given_voice = EvaluateGmm(gmm_features, voice_gmm_); in VoicingProbability()
Dpitch_based_vad.h48 GmmParameters voice_gmm_; variable