OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xPow
(Results
1 - 3
of
3
) 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);
aec_core.c
269
ef[0][i] /= (aec->
xPow
[i] + 1e-10f);
270
ef[1][i] /= (aec->
xPow
[i] + 1e-10f);
462
memset(aec->
xPow
, 0, sizeof(aec->
xPow
));
705
aec->
xPow
[i] = gPow[0] * aec->
xPow
[i] + gPow[1] * NR_PART * far_spectrum;
[
all
...]
Completed in 97 milliseconds