OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totsh
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c
67
int16_t
totsh
[3];
local
155
totsh
[i] = enerSh - (corrSh << 1);
161
if (
totsh
[ind] >
totsh
[i]) {
162
sh = WEBRTC_SPL_MIN(31,
totsh
[ind]-
totsh
[i]);
167
sh = WEBRTC_SPL_MIN(31,
totsh
[i]-
totsh
[ind]);
Completed in 85 milliseconds