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

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 83 WebRtc_Word32 Rxx16_LPw32Max; // Keeps track of largest energy subframe
analog_agc.c 667 stt->Rxx16_LPw32Max = 0;
887 stt->Rxx16_LPw32Max = 0;
950 if (stt->Rxx16_LPw32 > stt->Rxx16_LPw32Max)
952 stt->Rxx16_LPw32Max = stt->Rxx16_LPw32;
957 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx16_LPw32Max, 3);
1003 stt->Rxx16_LPw32Max = 0;
    [all...]

Completed in 19 milliseconds