Home
last modified time | relevance | path

Searched refs:rhigh (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_decode.c250 int rhigh; in WebRtc_g722_decode() local
262 rhigh = 0; in WebRtc_g722_decode()
341 rhigh = dhigh + s->band[1].s; in WebRtc_g722_decode()
343 if (rhigh > 16383) in WebRtc_g722_decode()
344 rhigh = 16383; in WebRtc_g722_decode()
345 else if (rhigh < -16384) in WebRtc_g722_decode()
346 rhigh = -16384; in WebRtc_g722_decode()
370 amp[outlen++] = (int16_t) (rhigh << 1); in WebRtc_g722_decode()
383 s->x[22] = rlow + rhigh; in WebRtc_g722_decode()
384 s->x[23] = rlow - rhigh; in WebRtc_g722_decode()
/external/tcpdump/
Dprint-nfs.c361 uint32_t rhigh; in nfsreply_print_noaddr() local
386 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_print_noaddr()
387 ND_PRINT((ndo, "RPC Version mismatch (%u-%u)", rlow, rhigh)); in nfsreply_print_noaddr()