OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rxx16_LPw32Max
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h
83
WebRtc_Word32
Rxx16_LPw32Max
; // Keeps track of largest energy subframe
analog_agc.c
663
stt->
Rxx16_LPw32Max
= 0;
883
stt->
Rxx16_LPw32Max
= 0;
945
if (stt->Rxx16_LPw32 > stt->
Rxx16_LPw32Max
)
947
stt->
Rxx16_LPw32Max
= stt->Rxx16_LPw32;
952
tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->
Rxx16_LPw32Max
, 3);
998
stt->
Rxx16_LPw32Max
= 0;
[
all
...]
Completed in 112 milliseconds