Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h214 extern const WebRtc_Word16 WebRtcNsx_kLogTable[9];
Dnsx_core_neon.c111 logval = -WebRtcNsx_kLogTable[-tabind]; in NoiseEstimationNeon()
113 logval = WebRtcNsx_kLogTable[tabind]; in NoiseEstimationNeon()
Dnsx_core.c26 const WebRtc_Word16 WebRtcNsx_kLogTable[9] = { variable
487 logval = -WebRtcNsx_kLogTable[-tabind]; in NoiseEstimationC()
489 logval = WebRtcNsx_kLogTable[tabind]; in NoiseEstimationC()