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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_sse2.c 108 const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(a_24), local
111 const __m128 x2r0_2i0_2r1_x2i1 = _mm_add_ps(a_16_48, a_24_56);
112 const __m128 x3r0_3i0_3r1_x3i1 = _mm_sub_ps(a_16_48, a_24_56);
182 const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(a_24), local
185 const __m128 x2r0_2i0_2r1_x2i1 = _mm_add_ps(a_16_48, a_24_56);
186 const __m128 x3r0_3i0_3r1_x3i1 = _mm_sub_ps(a_16_48, a_24_56);
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 111 const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(a_24), local
114 const __m128 x2r0_2i0_2r1_x2i1 = _mm_add_ps(a_16_48, a_24_56);
115 const __m128 x3r0_3i0_3r1_x3i1 = _mm_sub_ps(a_16_48, a_24_56);
186 const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(a_24), local
189 const __m128 x2r0_2i0_2r1_x2i1 = _mm_add_ps(a_16_48, a_24_56);
190 const __m128 x3r0_3i0_3r1_x3i1 = _mm_sub_ps(a_16_48, a_24_56);

Completed in 190 milliseconds