Home
last modified time | relevance | path

Searched refs:DIGITAL_REF_AT_0_COMP_GAIN (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.c61 #define DIGITAL_REF_AT_0_COMP_GAIN 4 macro
556 stt->analogTarget = DIGITAL_REF_AT_0_COMP_GAIN + tmp16; in WebRtcAgc_UpdateAgcThresholds()
557 if (stt->analogTarget < DIGITAL_REF_AT_0_COMP_GAIN) in WebRtcAgc_UpdateAgcThresholds()
559 stt->analogTarget = DIGITAL_REF_AT_0_COMP_GAIN; in WebRtcAgc_UpdateAgcThresholds()