Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Dspl_sqrt.c27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
41 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()