OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_xfw0
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
530
const float32x4_t
vec_xfw0
= vld1q_f32(&xfw[0][i]);
local
537
float32x4_t vec_xfw_sumsq = vmulq_f32(
vec_xfw0
,
vec_xfw0
);
566
float32x4_t vec_dfwxfw0011 = vmulq_f32(vec_dfw0,
vec_xfw0
);
571
vec_dfwxfw0110 = vmlsq_f32(vec_dfwxfw0110, vec_dfw1,
vec_xfw0
);
aec_core_sse2.c
511
const __m128
vec_xfw0
= _mm_loadu_ps(&xfw[0][i]);
local
518
__m128 vec_xfw_sumsq = _mm_mul_ps(
vec_xfw0
,
vec_xfw0
);
558
__m128 vec_dfwxfw0011 = _mm_mul_ps(vec_dfw0,
vec_xfw0
);
565
_mm_mul_ps(vec_dfw1,
vec_xfw0
));
Completed in 33 milliseconds