Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c102 const int16_t log2_const = 22713; in NoiseEstimationNeon() local
132 lmagn[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15); in NoiseEstimationNeon()
Dnsx_core.c478 const int16_t log2_const = 22713; // Q15 in NoiseEstimationC() local
506 lmagn[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15); in NoiseEstimationC()