Home
last modified time | relevance | path

Searched defs:vec_sx (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c534 float32x4_t vec_sx = vmulq_n_f32(vld1q_f32(&aec->sx[i]), ptrGCoh[0]); in SmoothedPSD() local
694 const float32x4_t vec_sx = vld1q_f32(&aec->sx[i]); in SubbandCoherenceNEON() local
Daec_core_sse2.c515 __m128 vec_sx = _mm_mul_ps(_mm_loadu_ps(&aec->sx[i]), vec_GCoh0); in SmoothedPSD() local
680 const __m128 vec_sx = _mm_loadu_ps(&aec->sx[i]); in SubbandCoherenceSSE2() local