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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 252 int rlow; local
311 rlow = s->band[0].s + wd2;
313 if (rlow > 16383)
314 rlow = 16383;
315 else if (rlow < -16384)
316 rlow = -16384;
374 amp[outlen++] = (int16_t) (rlow << 1);
381 amp[outlen++] = (int16_t) (rlow << 1);
388 s->x[22] = rlow + rhigh;
389 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);
  /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/qemu/target-arm/
translate.c     [all...]

Completed in 269 milliseconds