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

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 82 int32_t Rxx16_LPw32Max; // Keeps track of largest energy subframe
analog_agc.c 553 stt->Rxx16_LPw32Max = 0;
784 stt->Rxx16_LPw32Max = 0;
847 if (stt->Rxx16_LPw32 > stt->Rxx16_LPw32Max)
849 stt->Rxx16_LPw32Max = stt->Rxx16_LPw32;
854 tmp32 = stt->Rxx16_LPw32Max >> 3;
898 stt->Rxx16_LPw32Max = 0;
    [all...]

Completed in 1224 milliseconds