OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:analogTargetLevel
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h
61
// Based on the above:
analogTargetLevel
= round((32767*10^(-22/20))^2*16/2^7)
62
int32_t
analogTargetLevel
; // = RXX_BUFFER_LEN * 846805; -22 dBfs
analog_agc.c
464
/*
analogTargetLevel
= round((32767*10^(-targetIdx/20))^2*16/2^7) */
465
stt->
analogTargetLevel
= RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx]; /* ex. -20 dBov */
[
all
...]
Completed in 538 milliseconds