Searched defs:analogTarget (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.h74 WebRtc_Word16 analogTarget; // Digital reference level in ENV scale member in struct:__anon13732
H A Ddigital_agc.c65 WebRtc_Word16 analogTarget) // Q0
90 tmp32no1 = WEBRTC_SPL_MUL_16_16(digCompGaindB - analogTarget, kCompRatio - 1);
91 tmp16no1 = analogTarget - targetLevelDbfs;
93 maxGain = WEBRTC_SPL_MAX(tmp16no1, (analogTarget - targetLevelDbfs));
98 if ((digCompGaindB <= analogTarget) && (limiterEnable))
100 zeroGainLvl += (analogTarget - digCompGaindB + kSoftLimiterLeft);
116 // limiterLvlX = analogTarget - limiterOffset
118 limiterLvlX = analogTarget - limiterOffset;
61 WebRtcAgc_CalculateGainTable(WebRtc_Word32 *gainTable, WebRtc_Word16 digCompGaindB, WebRtc_Word16 targetLevelDbfs, WebRtc_UWord8 limiterEnable, WebRtc_Word16 analogTarget) argument

Completed in 266 milliseconds