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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c1047 float* xf_ptr = NULL; local
1071 WebRtc_ReadBuffer(aec->far_buf, (void**)&xf_ptr, &xf[0][0], 1);
1079 far_spectrum = (xf_ptr[i] * xf_ptr[i]) +
1080 (xf_ptr[PART_LEN1 + i] * xf_ptr[PART_LEN1 + i]);
1143 xf_ptr,
1146 &xf_ptr[PART_LEN1],
1202 UpdateLevel(&aec->farlevel, (float(*)[PART_LEN1])xf_ptr);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c660 float* xf_ptr = NULL; local
695 WebRtc_ReadBuffer(aec->far_buf, (void**) &xf_ptr, &xf[0][0], 1);
703 far_spectrum = (xf_ptr[i] * xf_ptr[i]) +
704 (xf_ptr[PART_LEN1 + i] * xf_ptr[PART_LEN1 + i]);
768 memcpy(aec->xfBuf[0] + aec->xfBufBlockPos * PART_LEN1, xf_ptr,
770 memcpy(aec->xfBuf[1] + aec->xfBufBlockPos * PART_LEN1, &xf_ptr[PART_LEN1],
826 UpdateLevel(&aec->farlevel, (float (*)[PART_LEN1]) xf_ptr);

Completed in 287 milliseconds