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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 201 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4, local
220 const float32x4_t b_ = vmulq_f32(wki_, xi_);
222 const float32x4_t d_ = vmulq_f32(wki_, xr_);
281 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4, local
300 const float32x4_t b_ = vmulq_f32(wki_, xi_);
302 const float32x4_t d_ = vmulq_f32(wki_, xr_);
aec_rdft_sse2.c 258 const __m128 wki_ = c_j1; // 1, 2, 3, 4, local
281 const __m128 b_ = _mm_mul_ps(wki_, xi_);
283 const __m128 d_ = _mm_mul_ps(wki_, xr_);
349 const __m128 wki_ = c_j1; // 1, 2, 3, 4, local
372 const __m128 b_ = _mm_mul_ps(wki_, xi_);
374 const __m128 d_ = _mm_mul_ps(wki_, xr_);
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 260 const __m128 wki_ = c_j1; // 1, 2, 3, 4, local
283 const __m128 b_ = _mm_mul_ps(wki_, xi_);
285 const __m128 d_ = _mm_mul_ps(wki_, xr_);
351 const __m128 wki_ = c_j1; // 1, 2, 3, 4, local
374 const __m128 b_ = _mm_mul_ps(wki_, xi_);
376 const __m128 d_ = _mm_mul_ps(wki_, xr_);

Completed in 3495 milliseconds