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

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 247 int rlow; local
306 rlow = s->band[0].s + wd2;
308 if (rlow > 16383)
309 rlow = 16383;
310 else if (rlow < -16384)
311 rlow = -16384;
369 amp[outlen++] = (int16_t) (rlow << 1);
376 amp[outlen++] = (int16_t) (rlow << 1);
383 s->x[22] = rlow + rhigh;
384 s->x[23] = rlow - rhigh
    [all...]
  /external/tcpdump/
print-nfs.c 370 uint32_t rlow; local
395 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low);
397 ND_PRINT((ndo, "RPC Version mismatch (%u-%u)", rlow, rhigh));
    [all...]

Completed in 80 milliseconds