Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c63 #define DIGITAL_REF_AT_0_COMP_GAIN 4 macro
442 stt->analogTarget = DIGITAL_REF_AT_0_COMP_GAIN + tmp16; in WebRtcAgc_UpdateAgcThresholds()
443 if (stt->analogTarget < DIGITAL_REF_AT_0_COMP_GAIN) in WebRtcAgc_UpdateAgcThresholds()
445 stt->analogTarget = DIGITAL_REF_AT_0_COMP_GAIN; in WebRtcAgc_UpdateAgcThresholds()