HomeSort by relevance Sort by last modified time
    Searched full:xlow (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
poly_to_lsp.c 38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; local
77 xlow = WebRtcIlbcfix_kCosGrid[0];
78 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);
87 xhigh = xlow;
89 xlow = WebRtcIlbcfix_kCosGrid[j];
90 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);
95 /* xmid =(xlow + xhigh)/2 */
96 xmid = (xlow >> 1) + (xhigh >> 1);
104 xlow = xmid;
110 xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 67 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 - ylow*(xhigh-xlow)/(yhigh-ylow);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 388 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 - ylow*(xhigh-xlow)/(yhigh-ylow);
573 Word16 xlow; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 280 int xlow; local
296 xlow =
304 xlow = amp[j++] >> 1;
326 xlow = (sumeven + sumodd) >> 14;
334 xlow = limitValues(xlow);
340 el = saturate(xlow - s->band[0].s);
  /system/bt/embdrv/g722/
g722_encode.cc 289 int xlow; local
305 xlow =
330 xlow = (sumeven + sumodd) >> 14;
338 xlow = limitValues(xlow);
344 el = saturate(xlow - s->band[0].s);
  /external/libxkbcommon/xkbcommon/src/x11/
keymap.c 221 action->ptr.x = (wire->moveptr.xLow | (wire->moveptr.xHigh << 8));
    [all...]

Completed in 193 milliseconds