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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c     [all...]
aecm_core_c.c 668 int32_t outLShift32;
692 outLShift32 = WEBRTC_SPL_LSHIFT_W32(tmp32, shiftFromNearToNoise);
694 if (outLShift32 < aecm->noiseEst[i])
713 aecm->noiseEst[i] -= ((aecm->noiseEst[i] - outLShift32)
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]

Completed in 73 milliseconds