HomeSort by relevance Sort by last modified time
    Searched refs:xx4 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 162 float32x4_t xx4 = vmulq_f32(wk2rv, xx1); local
165 xx4 = vmlaq_f32(xx4, wk2iv, vrev64q_f32(xx1));
171 vst1_f32(&a[j + 16], vget_low_f32(xx4));
172 vst1_f32(&a[j + 48], vget_high_f32(xx4));
aec_rdft_sse2.c 195 const __m128 xx4 = _mm_add_ps(xx2, xx3); local
222 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx4));
225 _mm_shuffle_epi32(_mm_castps_si128(xx4), _MM_SHUFFLE(3, 2, 3, 2)));
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 198 const __m128 xx4 = _mm_add_ps(xx2, xx3); local
224 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx4));
226 _mm_shuffle_epi32(_mm_castps_si128(xx4),

Completed in 2865 milliseconds