Searched refs:log2_const (Results 1 – 2 of 2) sorted by relevance
102 const int16_t log2_const = 22713; in NoiseEstimationNeon() local132 lmagn[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15); in NoiseEstimationNeon()
478 const int16_t log2_const = 22713; // Q15 in NoiseEstimationC() local506 lmagn[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15); in NoiseEstimationC()