Searched refs:rhigh (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/ |
D | g722_decode.c | 255 int rhigh; in WebRtc_g722_decode() local 267 rhigh = 0; in WebRtc_g722_decode() 346 rhigh = dhigh + s->band[1].s; in WebRtc_g722_decode() 348 if (rhigh > 16383) in WebRtc_g722_decode() 349 rhigh = 16383; in WebRtc_g722_decode() 350 else if (rhigh < -16384) in WebRtc_g722_decode() 351 rhigh = -16384; in WebRtc_g722_decode() 375 amp[outlen++] = (int16_t) (rhigh << 1); in WebRtc_g722_decode() 388 s->x[22] = rlow + rhigh; in WebRtc_g722_decode() 389 s->x[23] = rlow - rhigh; in WebRtc_g722_decode()
|
/external/pixman/pixman/ |
D | pixman-filter.c | 259 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local 265 if (rhigh >= slow && rlow <= shigh) in create_1d_filter() 268 ihigh = MIN (shigh, rhigh); in create_1d_filter()
|
/external/tcpdump/ |
D | print-nfs.c | 323 u_int32_t rhigh; in nfsreply_print_noaddr() local 348 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_print_noaddr() 350 rlow, rhigh); in nfsreply_print_noaddr()
|
/external/qemu/target-arm/ |
D | translate.c | 6394 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) in gen_storeq_reg() argument 6403 store_reg(s, rhigh, tmp); in gen_storeq_reg() 6422 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) in gen_addq() argument 6430 tmph = load_reg(s, rhigh); in gen_addq()
|