Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_core.c20 static const int16_t kSpectrumWeight[kNumChannels] = { 6, 8, 10, 12, 14, 16 }; variable
231 (int32_t) (log_likelihood_ratio * kSpectrumWeight[channel]); in GmmProbability()