Searched defs:xPow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h73 float xPow[PART_LEN1]; member in struct:AecCore
H A Daec_core_mips.c709 float *xPow = aec->xPow; local
721 "lwc1 %[f0], 0(%[xPow]) \n\t"
749 "addiu %[xPow], %[xPow], 4 \n\t"
758 [xPow] "+r" (xPow), [ef0] "+r" (ef0), [ef1] "+r" (ef1),
H A Daec_core_sse2.c88 const __m128 xPow = _mm_loadu_ps(&aec->xPow[i]); local
92 const __m128 xPowPlus = _mm_add_ps(xPow, k1e_10f);
125 ef[0][i] /= (aec->xPow[i] + 1e-10f);
126 ef[1][i] /= (aec->xPow[i] + 1e-10f);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h86 float xPow[PART_LEN1]; member in struct:__anon32588
H A Daec_core_sse2.c84 const __m128 xPow = _mm_loadu_ps(&aec->xPow[i]); local
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 103 milliseconds