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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 664 int16_t uReal[PART_LEN1];
767 uReal[0] = 0; // Reject LF noise.
775 uReal[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(noiseRShift16[i],
786 out[i].real = WebRtcSpl_AddSatW16(out[i].real, uReal[i]);
aecm_core_mips.c     [all...]

Completed in 2158 milliseconds