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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 200 const float32x4_t wkr_ = reverse_order_f32x4(wkrt); // 31, 30, 29, 28, local
219 const float32x4_t a_ = vmulq_f32(wkr_, xr_);
221 const float32x4_t c_ = vmulq_f32(wkr_, xi_);
280 const float32x4_t wkr_ = reverse_order_f32x4(wkrt); // 31, 30, 29, 28, local
299 const float32x4_t a_ = vmulq_f32(wkr_, xr_);
301 const float32x4_t c_ = vmulq_f32(wkr_, xi_);
aec_rdft_sse2.c 256 const __m128 wkr_ = local
280 const __m128 a_ = _mm_mul_ps(wkr_, xr_);
282 const __m128 c_ = _mm_mul_ps(wkr_, xi_);
347 const __m128 wkr_ = local
371 const __m128 a_ = _mm_mul_ps(wkr_, xr_);
373 const __m128 c_ = _mm_mul_ps(wkr_, xi_);

Completed in 147 milliseconds