Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_gmm.c17 static const int16_t kLog2Exp = 5909; // log2(exp(1)) in Q12. variable
70 tmp16 = (int16_t)((kLog2Exp * tmp32) >> 12); in WebRtcVad_GaussianProbability()