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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 297 uint32_t echoEst32Gained;
473 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
485 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
493 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)WEBRTC_SPL_RSHIFT_W32(
526 if (echoEst32Gained == 0)
536 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1);
537 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained,
aecm_core_mips.c     [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]

Completed in 45 milliseconds