Searched refs:gatePrevious (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
H A Ddigital_agc.h45 WebRtc_Word16 gatePrevious; member in struct:__anon15719
H A Ddigital_agc.c275 stt->gatePrevious = 0;
493 stt->gatePrevious = 0;
496 tmp32 = WEBRTC_SPL_MUL_16_16(stt->gatePrevious, 7);
498 stt->gatePrevious = gate;

Completed in 35 milliseconds