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

  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 44 WebRtc_Word32 gainTable[32];
71 WebRtc_Word32 WebRtcAgc_CalculateGainTable(WebRtc_Word32 *gainTable, // Q16
digital_agc.c 25 // To generate the gaintable, copy&paste the following lines to a Matlab window:
61 WebRtc_Word32 WebRtcAgc_CalculateGainTable(WebRtc_Word32 *gainTable, // Q16
250 gainTable[i] = WEBRTC_SPL_LSHIFT_W32(1, intPart)
254 gainTable[i] = 0;
467 tmp32 = WEBRTC_SPL_MUL((stt->gainTable[zeros-1] - stt->gainTable[zeros]), frac);
468 gains[k + 1] = stt->gainTable[zeros] + WEBRTC_SPL_RSHIFT_W32(tmp32, 12);
513 if ((gains[k + 1] - stt->gainTable[0]) > 8388608)
516 tmp32 = WEBRTC_SPL_RSHIFT_W32((gains[k+1] - stt->gainTable[0]), 8);
520 tmp32 = WEBRTC_SPL_MUL((gains[k+1] - stt->gainTable[0]), (178 + gain_adj))
    [all...]
analog_agc.c     [all...]

Completed in 69 milliseconds