Searched refs:rhigh (Results 1 – 2 of 2) sorted by relevance
245 int rhigh; in WebRtc_g722_decode() local257 rhigh = 0; in WebRtc_g722_decode()336 rhigh = dhigh + s->band[1].s; in WebRtc_g722_decode()338 if (rhigh > 16383) in WebRtc_g722_decode()339 rhigh = 16383; in WebRtc_g722_decode()340 else if (rhigh < -16384) in WebRtc_g722_decode()341 rhigh = -16384; in WebRtc_g722_decode()365 amp[outlen++] = (int16_t) (rhigh << 1); in WebRtc_g722_decode()378 s->x[22] = rlow + rhigh; in WebRtc_g722_decode()379 s->x[23] = rlow - rhigh; in WebRtc_g722_decode()
361 uint32_t rhigh; in nfsreply_print_noaddr() local386 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()