Home
last modified time | relevance | path

Searched refs:outBlock_buf (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c558 int16_t outBlock_buf[PART_LEN + 8]; // Align buffer to 8-byte boundary. in WebRtcAecm_ProcessFrame() local
559 int16_t* outBlock = (int16_t*) (((uintptr_t) outBlock_buf + 15) & ~ 15); in WebRtcAecm_ProcessFrame()