Home | History | Annotate | Download | only in aec

Lines Matching defs:xf

1027   float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1];
1071 WebRtc_ReadBuffer(aec->far_buf, (void**)&xf_ptr, &xf[0][0], 1);
1141 // Buffer xf
1535 float xf[2][PART_LEN1];
1543 TimeToFrequency(fft, xf, 0);
1544 WebRtc_WriteBuffer(aec->far_buf, &xf[0][0], 1);
1548 TimeToFrequency(fft, xf, 1);
1549 WebRtc_WriteBuffer(aec->far_buf_windowed, &xf[0][0], 1);