Searched refs:echoEst32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c316 int32_t* echoEst32 = (int32_t*) (((uintptr_t) echoEst32_buf + 31) & ~ 31); local
437 echoEst32);
453 echoEst32);
462 tmp32no1 = echoEst32[i] - aecm->echoFilt[i];
H A Daecm_core_mips.c824 int32_t* echoEst32 = (int32_t*)(((uint32_t)echoEst32_buf + 31) & ~ 31); local
948 echoEst32);
963 echoEst32);
971 tmp32no1 = echoEst32[i] - aecm->echoFilt[i];
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1533 WebRtc_Word32* echoEst32 = (WebRtc_Word32*) (((uintptr_t) echoEst32_buf + 31) & ~ 31); local
1676 echoEst32);
1686 WebRtcAecm_UpdateChannel(aecm, far_spectrum_ptr, zerosXBuf, dfaNoisy, mu, echoEst32);
1704 tmp32no1 = echoEst32[i] - aecm->echoFilt[i];

Completed in 75 milliseconds