OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dhigh
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c
249
int
dhigh
;
local
339
dhigh
= (s->band[1].det*wd2) >> 15;
341
rhigh =
dhigh
+ s->band[1].s;
364
block4(s, 1,
dhigh
);
g722_encode.c
266
int
dhigh
;
local
393
dhigh
= (s->band[1].det*wd2) >> 15;
410
block4(s, 1,
dhigh
);
Completed in 50 milliseconds