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 | 573 Word16 xlow; in Az_lsp() local 634 xlow = *(grid); in Az_lsp() 635 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp() 642 xhigh = xlow; in Az_lsp() 644 xlow = *(grid + j); in Az_lsp() 645 ylow = Chebps(xlow, coef, NC, pOverflow); in Az_lsp() 653 x = xlow >> 1; in Az_lsp() 667 xlow = xmid; in Az_lsp() 676 x = xhigh - xlow; in Az_lsp() 681 xint = xlow; in Az_lsp() [all …]
|