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

  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 45 WebRtc_Word16 gatePrevious;
digital_agc.c 275 stt->gatePrevious = 0;
493 stt->gatePrevious = 0;
496 tmp32 = WEBRTC_SPL_MUL_16_16(stt->gatePrevious, 7);
498 stt->gatePrevious = gate;

Completed in 213 milliseconds