Searched refs:xlow (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | az_isp.c | 67 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint; in Az_isp() local 112 xlow = vogrid[0]; in Az_isp() 113 ylow = Chebps2(xlow, coef, order); in Az_isp() 118 xhigh = xlow; in Az_isp() 120 xlow = vogrid[j]; in Az_isp() 121 ylow = Chebps2(xlow, coef, order); in Az_isp() 127 xmid = (xlow >> 1) + (xhigh >> 1); /* xmid = (xlow + xhigh)/2 */ in Az_isp() 136 xlow = xmid; in Az_isp() 143 x = xhigh - xlow; in Az_isp() 147 xint = xlow; in Az_isp() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | az_lsp.cpp | 571 Word16 xlow; in Az_lsp() local 632 xlow = *(grid); in Az_lsp() 633 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp() 640 xhigh = xlow; in Az_lsp() 642 xlow = *(grid + j); in Az_lsp() 643 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp() 651 x = xlow >> 1; in Az_lsp() 665 xlow = xmid; in Az_lsp() 674 x = xhigh - xlow; in Az_lsp() 679 xint = xlow; in Az_lsp() [all …]
|