Searched refs:x_half (Results 1 – 1 of 1) sorted by relevance
27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local41 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()