OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhigh
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
250
int
rhigh
;
local
262
rhigh
= 0;
341
rhigh
= dhigh + s->band[1].s;
343
if (
rhigh
> 16383)
344
rhigh
= 16383;
345
else if (
rhigh
< -16384)
346
rhigh
= -16384;
370
amp[outlen++] = (int16_t) (
rhigh
<< 1);
383
s->x[22] = rlow +
rhigh
;
384
s->x[23] = rlow -
rhigh
;
[
all
...]
/external/tcpdump/
print-nfs.c
371
uint32_t
rhigh
;
local
396
rhigh
= EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
397
ND_PRINT((ndo, "RPC Version mismatch (%u-%u)", rlow,
rhigh
));
[
all
...]
Completed in 112 milliseconds