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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 212 const float32x4_t xr_ = vsubq_f32(a_j2_p.val[0], a_k2_p0); local
219 const float32x4_t a_ = vmulq_f32(wkr_, xr_);
222 const float32x4_t d_ = vmulq_f32(wki_, xr_);
292 const float32x4_t xr_ = vsubq_f32(a_j2_p.val[0], a_k2_p0); local
299 const float32x4_t a_ = vmulq_f32(wkr_, xr_);
302 const float32x4_t d_ = vmulq_f32(wki_, xr_);
aec_rdft_sse2.c 273 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); local
280 const __m128 a_ = _mm_mul_ps(wkr_, xr_);
283 const __m128 d_ = _mm_mul_ps(wki_, xr_);
364 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); local
371 const __m128 a_ = _mm_mul_ps(wkr_, xr_);
374 const __m128 d_ = _mm_mul_ps(wki_, xr_);
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 275 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); local
282 const __m128 a_ = _mm_mul_ps(wkr_, xr_);
285 const __m128 d_ = _mm_mul_ps(wki_, xr_);
366 const __m128 xr_ = _mm_sub_ps(a_j2_p0, a_k2_p0); local
373 const __m128 a_ = _mm_mul_ps(wkr_, xr_);
376 const __m128 d_ = _mm_mul_ps(wki_, xr_);

Completed in 1401 milliseconds