Searched refs:rhigh (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_decode.c255 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/
H A Dpixman-filter.c259 double rhigh = rlow + filters[reconstruct].width; local
265 if (rhigh >= slow && rlow <= shigh)
268 ihigh = MIN (shigh, rhigh);
/external/tcpdump/
H A Dprint-nfs.c323 u_int32_t rhigh; local
348 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
350 rlow, rhigh);
/external/qemu/target-arm/
H A Dtranslate.c6394 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val) argument
6403 store_reg(s, rhigh, tmp);
6422 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh) argument
6430 tmph = load_reg(s, rhigh);

Completed in 120 milliseconds