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/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h
82
int32_t
Rxx16_LPw32Max
; // Keeps track of largest energy subframe
analog_agc.c
669
stt->
Rxx16_LPw32Max
= 0;
902
stt->
Rxx16_LPw32Max
= 0;
965
if (stt->Rxx16_LPw32 > stt->
Rxx16_LPw32Max
)
967
stt->
Rxx16_LPw32Max
= stt->Rxx16_LPw32;
972
tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->
Rxx16_LPw32Max
, 3);
1018
stt->
Rxx16_LPw32Max
= 0;
[
all
...]
Completed in 27 milliseconds