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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 667 int16_t uImag[PART_LEN1];
770 uImag[0] = 0;
780 uImag[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(-noiseRShift16[i],
784 uImag[PART_LEN] = 0;
789 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]);
aecm_core_mips.c     [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]

Completed in 121 milliseconds