Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Daz_isp.c67 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint; in Az_isp() local
118 xhigh = xlow; in Az_isp()
127 xmid = (xlow >> 1) + (xhigh >> 1); /* xmid = (xlow + xhigh)/2 */ in Az_isp()
132 xhigh = xmid; in Az_isp()
143 x = xhigh - xlow; in Az_isp()
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Daz_lsp.cpp575 Word16 xhigh; in Az_lsp() local
642 xhigh = xlow; in Az_lsp()
654 y = xhigh >> 1; in Az_lsp()
662 xhigh = xmid; in Az_lsp()
676 x = xhigh - xlow; in Az_lsp()
/aosp12/system/bt/embdrv/g722/
H A Dg722_encode.cc290 int xhigh; in g722_encode() local
300 xhigh = 0; in g722_encode()
306 xhigh = amp[j++] >> 1; in g722_encode()
331 xhigh = (sumeven - sumodd) >> 14; in g722_encode()
339 xhigh = limitValues(xhigh); in g722_encode()
382 eh = saturate(xhigh - s->band[1].s); in g722_encode()