Searched refs:x_hi (Results 1 – 2 of 2) sorted by relevance
32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local45 x_hi = (int16_t)(x[i] >> 16); in WebRtcIlbcfix_Window32W32()49 x_low = (int16_t)((x[i] - (x_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32()54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32()
800 x_hi; in poly64() local805 x_hi = (UINT32)(X >> 32); in poly64()807 res = (MUL64(key_hi, cur_hi) + x_hi) * 59 + MUL64(key_lo, cur_lo); in poly64()