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

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 80 int32_t Rxx16_LPw32; // Low pass filtered subframe energies
analog_agc.c 831 /* Rxx16_LPw32 in Q(-4) */
832 tmp32 = (Rxx16w32 - stt->Rxx16_LPw32) >> kAlphaShortTerm;
833 stt->Rxx16_LPw32 = (stt->Rxx16_LPw32) + tmp32;
841 * Rxx16_LPw32 during the first 200ms of speech.
847 if (stt->Rxx16_LPw32 > stt->Rxx16_LPw32Max)
849 stt->Rxx16_LPw32Max = stt->Rxx16_LPw32;
    [all...]

Completed in 51 milliseconds