Searched refs:xhigh (Results 1 – 2 of 2) sorted by relevance
38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
281 int xhigh; in WebRtc_g722_encode() local291 xhigh = 0; in WebRtc_g722_encode()297 xhigh = amp[j++] >> 1; in WebRtc_g722_encode()327 xhigh = (sumeven - sumodd) >> 14; in WebRtc_g722_encode()335 xhigh = limitValues(xhigh); in WebRtc_g722_encode()383 eh = saturate(xhigh - s->band[1].s); in WebRtc_g722_encode()