[go: nahoru, domu]

Searched refs:xlow (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c67 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint; local
112 xlow = vogrid[0];
113 ylow = Chebps2(xlow, coef, order);
118 xhigh = xlow;
120 xlow = vogrid[j];
121 ylow = Chebps2(xlow, coef, order);
127 xmid = (xlow >> 1) + (xhigh >> 1); /* xmid = (xlow + xhigh)/2 */
136 xlow = xmid;
141 * xint = xlow
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp388 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint;
440 xlow = grid[0];
441 ylow = Chebps (xlow, coef, NC);
448 xhigh = xlow;
450 xlow = grid[j];
451 ylow = Chebps (xlow, coef, NC);
460 // xmid = (xlow + xhigh)/2
461 xmid = add (shr (xlow, 1), shr (xhigh, 1));
472 xlow = xmid;
478 * xint = xlow
573 Word16 xlow; local
[all...]

Completed in 116 milliseconds