Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dwindow32_w32.c32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local
45 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()
/external/openssh/
Dumac.c800 x_hi; in poly64() local
805 x_hi = (UINT32)(X >> 32); in poly64()
807 res = (MUL64(key_hi, cur_hi) + x_hi) * 59 + MUL64(key_lo, cur_lo); in poly64()