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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 315 int16_t gate, gain_adj; local
501 gain_adj = WEBRTC_SPL_RSHIFT_W16(2500 - gate, 5);
504 gain_adj = 0;
512 tmp32 = WEBRTC_SPL_MUL(tmp32, (178 + gain_adj));
515 tmp32 = WEBRTC_SPL_MUL((gains[k+1] - stt->gainTable[0]), (178 + gain_adj));
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 320 WebRtc_Word16 gate, gain_adj; local
506 gain_adj = WEBRTC_SPL_RSHIFT_W16(2500 - gate, 5);
509 gain_adj = 0;
517 tmp32 = WEBRTC_SPL_MUL(tmp32, (178 + gain_adj));
520 tmp32 = WEBRTC_SPL_MUL((gains[k+1] - stt->gainTable[0]), (178 + gain_adj));

Completed in 5257 milliseconds