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

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 106 WebRtc_Word32 micGainIdx; // Gain index of mic level to increase slowly
analog_agc.c 471 stt->micGainIdx = 127;
527 stt->micGainIdx = gainIdx;
528 // *micLevelOut = stt->micGainIdx;
529 *micLevelOut = WEBRTC_SPL_RSHIFT_W32(stt->micGainIdx, stt->scale);
    [all...]

Completed in 44 milliseconds