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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 164 float32x4_t xx22 = vmulq_f32(wk3rv, x1_x3_sub); local
167 xx22 = vmlaq_f32(xx22, wk3iv, vrev64q_f32(x1_x3_sub));
175 vst1_f32(&a[j + 24], vget_low_f32(xx22));
176 vst1_f32(&a[j + 56], vget_high_f32(xx22));
aec_rdft_sse2.c 215 const __m128 xx22 = _mm_add_ps(xx20, xx21); local
232 _mm_storel_epi64((__m128i*)&a[j0 + 24], _mm_castps_si128(xx22));
235 _mm_shuffle_epi32(_mm_castps_si128(xx22), _MM_SHUFFLE(3, 2, 3, 2)));

Completed in 164 milliseconds