Searched defs:xhigh (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp386 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint;
446 xhigh = xlow;
458 // xmid = (xlow + xhigh)/2
459 xmid = add (shr (xlow, 1), shr (xhigh, 1));
465 xhigh = xmid;
476 * xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow); *
479 x = sub (xhigh, xlow);
495 y = extract_l (t0); // y= (xhigh-xlow)/(yhigh-ylow)
573 Word16 xhigh; local
640 xhigh
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c67 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint; local
118 xhigh = xlow;
127 xmid = (xlow >> 1) + (xhigh >> 1); /* xmid = (xlow + xhigh)/2 */
132 xhigh = xmid;
141 * xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow); *
143 x = xhigh - xlow;
157 y = vo_extract_l(t0); /* y= (xhigh-xlow)/(yhigh-ylow) in Q11 */

Completed in 87 milliseconds