Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c80 int16_t constLinApprox, zeroGainLvl, maxGain, diffGain; in WebRtcAgc_CalculateGainTable() local
131 constLinApprox = 22817; // in Q14 in WebRtcAgc_CalculateGainTable()
237 tmp16 = (2 << 14) - constLinApprox; in WebRtcAgc_CalculateGainTable()
244 tmp16 = constLinApprox - (1 << 14); in WebRtcAgc_CalculateGainTable()