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

/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c309 int32_t* echoEst32 = (int32_t*) (((uintptr_t) echoEst32_buf + 31) & ~ 31); local
430 echoEst32);
446 echoEst32);
455 tmp32no1 = echoEst32[i] - aecm->echoFilt[i];
H A Daecm_core_mips.c822 int32_t* echoEst32 = (int32_t*)(((uint32_t)echoEst32_buf + 31) & ~ 31); local
946 echoEst32);
961 echoEst32);
969 tmp32no1 = echoEst32[i] - aecm->echoFilt[i];

Completed in 161 milliseconds