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

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.c1271 float* xf_ptr = NULL; local
1305 xf_ptr = &xf[0][0];
1313 far_spectrum = (xf_ptr[i] * xf_ptr[i]) +
1314 (xf_ptr[PART_LEN1 + i] * xf_ptr[PART_LEN1 + i]);
1381 xf_ptr,
1384 &xf_ptr[PART_LEN1],
1409 UpdateLevel(&aec->farlevel, (float(*)[PART_LEN1])xf_ptr);

Completed in 128 milliseconds