HomeSort by relevance Sort by last modified time
    Searched defs:efw (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 115 static void ComfortNoise(aec_t *aec, float efw[2][PART_LEN1],
360 float efw[2][PART_LEN1]) {
371 efw[0][i] *= hNl[i];
372 efw[1][i] *= hNl[i];
376 efw[1][i] *= -1;
854 float efw[2][PART_LEN1], dfw[2][PART_LEN1], xfw[2][PART_LEN1]; local
949 efw[1][0] = 0;
950 efw[1][PART_LEN] = 0;
951 efw[0][0] = fft[0];
952 efw[0][PART_LEN] = fft[1]
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 401 complex16_t* efw,
412 fft[j] = efw[i].real;
415 fft[PART_LEN4 - j] = efw[i].real;
416 fft[j + 1] = -efw[i].imag;
419 fft[PART_LEN4 - (j - 1)] = efw[i].imag;
421 fft[0] = efw[0].real;
422 fft[1] = -efw[0].imag;
424 fft[PART_LEN2] = efw[PART_LEN].real;
425 fft[PART_LEN2 + 1] = -efw[PART_LEN].imag;
1535 complex16_t* efw = (complex16_t*) (((uintptr_t) efw_buf + 31) & ~ 31); local
    [all...]

Completed in 515 milliseconds