Searched defs:xfw_ptr (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.c1031 float* xfw_ptr = NULL; local
1054 xfw_ptr = &xfw[0][0];
1057 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1);

Completed in 97 milliseconds