OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capacitorFast
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c
269
stt->
capacitorFast
= 0;
421
stt->
capacitorFast
= AGC_SCALEDIFF32(-1000, stt->
capacitorFast
, stt->
capacitorFast
);
422
if (env[k] > stt->
capacitorFast
)
424
stt->
capacitorFast
= env[k];
440
if (stt->
capacitorFast
> stt->capacitorSlow)
442
cur_level = stt->
capacitorFast
;
464
stt->
capacitorFast
,
474
zeros_fast = WebRtcSpl_NormU32((uint32_t)stt->
capacitorFast
);
[
all
...]
digital_agc.h
42
int32_t
capacitorFast
;
Completed in 382 milliseconds