Searched refs:kExp2Const (Results 1 – 2 of 2) sorted by relevance
19 const int16_t kExp2Const = 11819; // Q13 in UpdateNoiseEstimateNeon() local22 int16x4_t kExp2Const16x4 = vdup_n_s16(kExp2Const); in UpdateNoiseEstimateNeon()31 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const, in UpdateNoiseEstimateNeon()79 int32_t tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const, in UpdateNoiseEstimateNeon()
443 const WebRtc_Word16 kExp2Const = 11819; // Q13 in UpdateNoiseEstimate() local451 kExp2Const, tmp16, 21); in UpdateNoiseEstimate()455 tmp32no2 = WEBRTC_SPL_MUL_16_16(kExp2Const, in UpdateNoiseEstimate()