Searched refs:Rxx160_LPw32 (Results 1 – 2 of 2) sorted by relevance
656 stt->Rxx160_LPw32 = (stt->Rxx160_LPw32 / 8) * 7; in WebRtcAgc_ProcessAnalog()744 stt->Rxx160_LPw32 = tmp32 * kRxxBufferLen; in WebRtcAgc_ProcessAnalog()747 tmp32 = (stt->Rxx160w32 - stt->Rxx160_LPw32) >> kAlphaLongTerm; in WebRtcAgc_ProcessAnalog()748 stt->Rxx160_LPw32 = stt->Rxx160_LPw32 + tmp32; in WebRtcAgc_ProcessAnalog()750 if (stt->Rxx160_LPw32 > stt->upperSecondaryLimit) { in WebRtcAgc_ProcessAnalog()760 tmp32 = stt->Rxx160_LPw32 >> 6; in WebRtcAgc_ProcessAnalog()761 stt->Rxx160_LPw32 = tmp32 * 53; in WebRtcAgc_ProcessAnalog()786 } else if (stt->Rxx160_LPw32 > stt->upperLimit) { in WebRtcAgc_ProcessAnalog()795 stt->Rxx160_LPw32 = (stt->Rxx160_LPw32 / 64) * 53; in WebRtcAgc_ProcessAnalog()815 } else if (stt->Rxx160_LPw32 < stt->lowerSecondaryLimit) { in WebRtcAgc_ProcessAnalog()[all …]
74 int32_t Rxx160_LPw32; // Low pass filtered frame energies member