OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logratio
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c
308
int16_t
logratio
;
local
340
logratio
= WebRtcAgc_ProcessVad(&stt->vadNearend, out[0], L * 10);
345
tmp32 = 3 *
logratio
;
346
logratio
= (int16_t)((tmp32 - stt->vadFarend.
logRatio
) >> 2);
354
if (
logratio
> upper_thr)
358
} else if (
logratio
< lower_thr)
363
// decay = (int16_t)(((lower_thr -
logratio
)
366
tmp32 = (lower_thr -
logratio
) * 65;
394
logratio
,
[
all
...]
digital_agc.h
30
int16_t
logRatio
; // log( P(active) / P(inactive) ) (Q10)
analog_agc.c
[
all
...]
/external/opencv3/apps/traincascade/
boost.cpp
80
logRatio
( double val )
[
all
...]
Completed in 699 milliseconds