Searched refs:log2_const (Results 1 – 2 of 2) sorted by relevance
141 const int16_t log2_const = 22713; in WebRtcNsx_NoiseEstimationNeon() local171 lmagn[i] = (int16_t)((log2 * log2_const) >> 15); in WebRtcNsx_NoiseEstimationNeon()
341 const int16_t log2_const = 22713; // Q15 in NoiseEstimationC() local369 lmagn[i] = (int16_t)((log2 * log2_const) >> 15); in NoiseEstimationC()