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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 665 int16_t uImag[PART_LEN1];
768 uImag[0] = 0;
778 uImag[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(-noiseRShift16[i],
782 uImag[PART_LEN] = 0;
787 out[i].imag = WebRtcSpl_AddSatW16(out[i].imag, uImag[i]);
aecm_core_mips.c     [all...]

Completed in 904 milliseconds