Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c17 const int16_t WebRtcNsx_kLogTable[9] = { variable
150 logval = -WebRtcNsx_kLogTable[-tabind]; in WebRtcNsx_NoiseEstimationNeon()
152 logval = WebRtcNsx_kLogTable[tabind]; in WebRtcNsx_NoiseEstimationNeon()
Dnsx_core.c24 extern const int16_t WebRtcNsx_kLogTable[9];
28 static const int16_t WebRtcNsx_kLogTable[9] = { variable
350 logval = -WebRtcNsx_kLogTable[-tabind]; in NoiseEstimationC()
352 logval = WebRtcNsx_kLogTable[tabind]; in NoiseEstimationC()