Home | History | Annotate | Download | only in aec

Lines Matching refs:dfw

498                         float dfw[2][PART_LEN1],
511 const float32x4_t vec_dfw0 = vld1q_f32(&dfw[0][i]);
512 const float32x4_t vec_dfw1 = vld1q_f32(&dfw[1][i]);
584 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]);
599 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]);
602 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]);
606 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]);
609 ptrGCoh[1] * (dfw[0][i] * xfw[1][i] - dfw[1][i] * xfw[0][i]);
619 memcpy(efw, dfw, sizeof(efw[0][0]) * 2 * PART_LEN1);
669 float dfw[2][PART_LEN1];
683 StoreAsComplex(fft, dfw);
690 SmoothedPSD(aec, efw, dfw, xfw);