OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_pow_local
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
143
const float32x4_t
x_pow_local
= vld1q_f32(&x_pow[i]);
local
146
const float32x4_t xPowPlus = vaddq_f32(
x_pow_local
, k1e_10f);
aec_core_sse2.c
97
const __m128
x_pow_local
= _mm_loadu_ps(&x_pow[i]);
local
101
const __m128 xPowPlus = _mm_add_ps(
x_pow_local
, k1e_10f);
Completed in 929 milliseconds