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/main/source/
aec_core.h 90 float xPow[PART_LEN1];
aec_core_sse2.c 82 const __m128 xPow = _mm_loadu_ps(&aec->xPow[i]);
86 const __m128 xPowPlus = _mm_add_ps(xPow, k1e_10f);
113 ef[0][i] /= (aec->xPow[i] + 1e-10f);
114 ef[1][i] /= (aec->xPow[i] + 1e-10f);

Completed in 274 milliseconds