HomeSort by relevance Sort by last modified time
    Searched refs:xint (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
141 * xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow); *
147 xint = xlow;
162 xint = vo_sub(xlow, vo_extract_l(t0)); /* xint = xlow - ylow*y */
164 isp[nf] = xint;
165 xlow = xint;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 386 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint;
476 * xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow); *
484 xint = xlow;
502 xint = sub (xlow, extract_l (t0)); // xint = xlow - ylow*y
505 lsp[nf] = xint;
506 xlow = xint;
577 Word16 xint; local
671 * xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow); *
679 xint = xlow
    [all...]

Completed in 32 milliseconds