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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 666 int16_t uReal[PART_LEN1];
769 uReal[0] = 0; // Reject LF noise.
777 uReal[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(noiseRShift16[i],
788 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]);
aecm_core_mips.c     [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]

Completed in 54 milliseconds