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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 86 float xPow[PART_LEN1];
aec_core_sse2.c 84 const __m128 xPow = _mm_loadu_ps(&aec->xPow[i]);
88 const __m128 xPowPlus = _mm_add_ps(xPow, k1e_10f);
115 ef[0][i] /= (aec->xPow[i] + 1e-10f);
116 ef[1][i] /= (aec->xPow[i] + 1e-10f);

Completed in 31 milliseconds