Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_core.c144 int32_t noise_global_mean, speech_global_mean; in GmmProbability() local
408 speech_global_mean = WeightedAverage(&self->speech_means[channel], 0, in GmmProbability()
413 diff = (int16_t) (speech_global_mean >> 9) - in GmmProbability()
426 speech_global_mean = WeightedAverage(&self->speech_means[channel], in GmmProbability()
440 tmp2_s16 = (int16_t) (speech_global_mean >> 7); in GmmProbability()