Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/vad/
Dvad_core.c27 static const WebRtc_Word16 kSpectrumWeight[6] = { 6, 8, 10, 12, 14, 16 }; variable
438 dotVal += WEBRTC_SPL_MUL_16_16(ratvec, kSpectrumWeight[n]); in WebRtcVad_GmmProbability()