Home
last modified time | relevance | path

Searched refs:xlow (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Daz_isp.c67 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()
136 xlow = xmid; in Az_isp()
143 x = xhigh - xlow; in Az_isp()
147 xint = xlow; in Az_isp()
165 xlow = xint; in Az_isp()
[all …]
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Daz_lsp.cpp573 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 …]
/aosp12/system/bt/embdrv/g722/
H A Dg722_encode.cc289 int xlow; in g722_encode() local
305 xlow = in g722_encode()
330 xlow = (sumeven + sumodd) >> 14; in g722_encode()
338 xlow = limitValues(xlow); in g722_encode()
344 el = saturate(xlow - s->band[0].s); in g722_encode()