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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.c 548 zeros = WebRtcSpl_NormW32(stt->Rxx160_LPw32);
866 /* stt->Rxx160_LPw32 *= 0.875; */
867 stt->Rxx160_LPw32 = WEBRTC_SPL_MUL(WEBRTC_SPL_RSHIFT_W32(stt->Rxx160_LPw32, 3), 7);
973 stt->Rxx160_LPw32 = WEBRTC_SPL_MUL(tmp32, RXX_BUFFER_LEN);
976 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx160w32 - stt->Rxx160_LPw32, kAlphaLongTerm);
977 stt->Rxx160_LPw32 = stt->Rxx160_LPw32 + tmp32;
979 if (stt->Rxx160_LPw32 > stt->upperSecondaryLimit)
991 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx160_LPw32, 6)
    [all...]
analog_agc.h 81 int32_t Rxx160_LPw32; // Low pass filtered frame energies

Completed in 27 milliseconds