Searched refs:vec_sdsx (Results 1 – 2 of 2) sorted by relevance
696 const float32x4_t vec_sdsx = vmlaq_f32(vec_1eminus10, vec_sd, vec_sx); in SubbandCoherenceNEON() local704 vec_cohxd = vdivq_f32(vec_cohxd, vec_sdsx); in SubbandCoherenceNEON()
683 const __m128 vec_sdsx = _mm_add_ps(vec_1eminus10, in SubbandCoherenceSSE2() local702 vec_cohxd = _mm_div_ps(vec_cohxd, vec_sdsx); in SubbandCoherenceSSE2()