Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/vad/
Dvad_filterbank.c23 static const int16_t kLogConst = 24660; variable
254 *log_energy = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(kLogConst, log2, 19) in WebRtcVad_LogOfEnergy()
255 + (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(shfts, kLogConst, 9); in WebRtcVad_LogOfEnergy()