OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_mixtures
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/vad/
gmm.h
19
// w[
num_mixtures
- 1] * mixture[
num_mixtures
- 1];
26
// pointer to the first element of a |
num_mixtures
|x|dimension| matrix
29
// pointer to the first element of a |
num_mixtures
|x|dimension|x|dimension|
36
int
num_mixtures
;
member in struct:webrtc::GmmParameters
gmm_unittest.cc
27
noise_gmm.
num_mixtures
= kNoiseGmmNumMixtures;
34
voice_gmm.
num_mixtures
= kVoiceGmmNumMixtures;
pitch_based_vad.cc
50
noise_gmm_.
num_mixtures
= kNoiseGmmNumMixtures;
57
voice_gmm_.
num_mixtures
= kVoiceGmmNumMixtures;
gmm.cc
53
for (int n = 0; n < gmm_parameters.
num_mixtures
; n++) {
Completed in 62 milliseconds