OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rxx16_LPw32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h
80
int32_t
Rxx16_LPw32
; // Low pass filtered subframe energies
analog_agc.c
949
/*
Rxx16_LPw32
in Q(-4) */
950
tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->
Rxx16_LPw32
, kAlphaShortTerm);
951
stt->
Rxx16_LPw32
= (stt->
Rxx16_LPw32
) + tmp32;
959
*
Rxx16_LPw32
during the first 200ms of speech.
965
if (stt->
Rxx16_LPw32
> stt->Rxx16_LPw32Max)
967
stt->Rxx16_LPw32Max = stt->
Rxx16_LPw32
;
[
all
...]
Completed in 31 milliseconds