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

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 81 WebRtc_Word32 Rxx16_LPw32; // Low pass filtered subframe energies
analog_agc.c 934 /* Rxx16_LPw32 in Q(-4) */
935 tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->Rxx16_LPw32, kAlphaShortTerm);
936 stt->Rxx16_LPw32 = (stt->Rxx16_LPw32) + tmp32;
944 * Rxx16_LPw32 during the first 200ms of speech.
950 if (stt->Rxx16_LPw32 > stt->Rxx16_LPw32Max)
952 stt->Rxx16_LPw32Max = stt->Rxx16_LPw32;
    [all...]

Completed in 135 milliseconds