HomeSort by relevance Sort by last modified time
    Searched refs:Rxx160_LPw32 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 548 zeros = WebRtcSpl_NormW32(stt->Rxx160_LPw32);
852 /* stt->Rxx160_LPw32 *= 0.875; */
853 stt->Rxx160_LPw32 = WEBRTC_SPL_MUL(WEBRTC_SPL_RSHIFT_W32(stt->Rxx160_LPw32, 3), 7);
958 stt->Rxx160_LPw32 = WEBRTC_SPL_MUL(tmp32, RXX_BUFFER_LEN);
961 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx160w32 - stt->Rxx160_LPw32, kAlphaLongTerm);
962 stt->Rxx160_LPw32 = stt->Rxx160_LPw32 + tmp32;
964 if (stt->Rxx160_LPw32 > stt->upperSecondaryLimit)
976 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx160_LPw32, 6)
    [all...]
analog_agc.h 82 WebRtc_Word32 Rxx160_LPw32; // Low pass filtered frame energies

Completed in 25 milliseconds