HomeSort by relevance Sort by last modified time
    Searched refs:xhigh (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 67 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 */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 386 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 = xlow
    [all...]

Completed in 711 milliseconds