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

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 104 uint16_t gainTableIdx; // Current position in virtual gain table
analog_agc.c 155 if (stt->gainTableIdx < targetGainIdx)
157 stt->gainTableIdx++;
158 } else if (stt->gainTableIdx > targetGainIdx)
160 stt->gainTableIdx--;
164 gain = kGainTableAnalog[stt->gainTableIdx];
186 stt->gainTableIdx = 0;
    [all...]

Completed in 384 milliseconds