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

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.c 131 static void ComfortNoise(aec_t *aec, float efw[2][PART_LEN1],
318 float efw[2][PART_LEN1]) {
329 efw[0][i] *= hNl[i];
330 efw[1][i] *= hNl[i];
334 efw[1][i] *= -1;
776 float efw[2][PART_LEN1], dfw[2][PART_LEN1]; local
880 efw[1][0] = 0;
881 efw[1][PART_LEN] = 0;
882 efw[0][0] = fft[0];
883 efw[0][PART_LEN] = fft[1]
    [all...]
aec_core_sse2.c 364 float efw[2][PART_LEN1]) {
397 __m128 vec_efw_re = _mm_loadu_ps(&efw[0][i]);
398 __m128 vec_efw_im = _mm_loadu_ps(&efw[1][i]);
405 _mm_storeu_ps(&efw[0][i], vec_efw_re);
406 _mm_storeu_ps(&efw[1][i], vec_efw_im);
419 efw[0][i] *= hNl[i];
420 efw[1][i] *= hNl[i];
424 efw[1][i] *= -1;
aec_core.h 178 (aec_t *aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]);

Completed in 140 milliseconds