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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c311 int32_t echoEst32_buf[PART_LEN1 + 8]; local
316 int32_t* echoEst32 = (int32_t*) (((uintptr_t) echoEst32_buf + 31) & ~ 31);
H A Daecm_core_mips.c819 int32_t echoEst32_buf[PART_LEN1 + 8]; local
824 int32_t* echoEst32 = (int32_t*)(((uint32_t)echoEst32_buf + 31) & ~ 31);
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1528 WebRtc_Word32 echoEst32_buf[PART_LEN1 + 8]; local
1533 WebRtc_Word32* echoEst32 = (WebRtc_Word32*) (((uintptr_t) echoEst32_buf + 31) & ~ 31);

Completed in 582 milliseconds