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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 255 int rhigh; local
267 rhigh = 0;
346 rhigh = dhigh + s->band[1].s;
348 if (rhigh > 16383)
349 rhigh = 16383;
350 else if (rhigh < -16384)
351 rhigh = -16384;
375 amp[outlen++] = (int16_t) (rhigh << 1);
388 s->x[22] = rlow + rhigh;
389 s->x[23] = rlow - rhigh;
    [all...]
  /external/pixman/pixman/
pixman-filter.c 259 double rhigh = rlow + filters[reconstruct].width; local
265 if (rhigh >= slow && rlow <= shigh)
268 ihigh = MIN (shigh, rhigh);
  /external/tcpdump/
print-nfs.c 323 u_int32_t rhigh; local
348 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
350 rlow, rhigh);
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 122 milliseconds