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

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp388 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint;
448 xhigh = xlow;
460 // xmid = (xlow + xhigh)/2
461 xmid = add (shr (xlow, 1), shr (xhigh, 1));
467 xhigh = xmid;
478 * xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow); *
481 x = sub (xhigh, xlow);
497 y = extract_l (t0); // y= (xhigh-xlow)/(yhigh-ylow)
575 Word16 xhigh; local
642 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 58 milliseconds