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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 253 int rlow; local
312 rlow = s->band[0].s + wd2;
314 if (rlow > 16383)
315 rlow = 16383;
316 else if (rlow < -16384)
317 rlow = -16384;
375 amp[outlen++] = (int16_t) (rlow << 1);
382 amp[outlen++] = (int16_t) (rlow << 1);
389 s->x[22] = rlow + rhigh;
390 s->x[23] = rlow - rhigh
    [all...]
  /external/pixman/pixman/
pixman-filter.c 258 double rlow = - filters[reconstruct].width / 2.0; local
259 double rhigh = rlow + filters[reconstruct].width;
265 if (rhigh >= slow && rlow <= shigh)
267 ilow = MAX (slow, rlow);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
lpc.cpp 433 Word16 rLow[MP1], rHigh[MP1]; // Autocorrelations low and hi
440 Autocorr(x_12k2, M, rHigh, rLow, window_160_80);
442 Lag_window(M, rHigh, rLow);
444 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1], rc);
447 Autocorr(x_12k2, M, rHigh, rLow, window_232_8);
449 Lag_window(M, rHigh, rLow);
451 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc);
456 Autocorr(x, M, rHigh, rLow, window_200_40);
458 Lag_window(M, rHigh, rLow);
460 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc)
    [all...]
  /external/tcpdump/
print-nfs.c 322 u_int32_t rlow; local
347 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low);
350 rlow, rhigh);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 145 const APInt &rLow = cast<ConstantInt>(Low)->getValue();
146 return (rHigh - rLow + 1ULL);
  /external/qemu/target-arm/
translate.c     [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]

Completed in 349 milliseconds