Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/
Ddigital_agc.c80 WebRtc_Word16 constLinApprox, zeroGainLvl, maxGain, diffGain; in WebRtcAgc_CalculateGainTable() local
132 constLinApprox = 22817; // in Q14 in WebRtcAgc_CalculateGainTable()
238 tmp16 = WEBRTC_SPL_LSHIFT_W16(2, 14) - constLinApprox; in WebRtcAgc_CalculateGainTable()
245 tmp16 = constLinApprox - WEBRTC_SPL_LSHIFT_W16(1, 14); in WebRtcAgc_CalculateGainTable()