Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c141 const int16_t log2_const = 22713; in WebRtcNsx_NoiseEstimationNeon() local
171 lmagn[i] = (int16_t)((log2 * log2_const) >> 15); in WebRtcNsx_NoiseEstimationNeon()
Dnsx_core.c341 const int16_t log2_const = 22713; // Q15 in NoiseEstimationC() local
369 lmagn[i] = (int16_t)((log2 * log2_const) >> 15); in NoiseEstimationC()