Home
last modified time | relevance | path

Searched refs:vec_sdsx (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c696 const float32x4_t vec_sdsx = vmlaq_f32(vec_1eminus10, vec_sd, vec_sx); in SubbandCoherenceNEON() local
704 vec_cohxd = vdivq_f32(vec_cohxd, vec_sdsx); in SubbandCoherenceNEON()
Daec_core_sse2.c683 const __m128 vec_sdsx = _mm_add_ps(vec_1eminus10, in SubbandCoherenceSSE2() local
702 vec_cohxd = _mm_div_ps(vec_cohxd, vec_sdsx); in SubbandCoherenceSSE2()