Home
last modified time | relevance | path

Searched refs:c_j1 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/common_audio/third_party/ooura/fft_size_128/
Dooura_fft_neon.cc198 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, in rftfsub_128_neon() local
202 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4, in rftfsub_128_neon()
278 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, in rftbsub_128_neon() local
282 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4, in rftbsub_128_neon()
Dooura_fft_sse2.cc269 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, in rftfsub_128_SSE2() local
274 const __m128 wki_ = c_j1; // 1, 2, 3, 4, in rftfsub_128_SSE2()
360 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, in rftbsub_128_SSE2() local
365 const __m128 wki_ = c_j1; // 1, 2, 3, 4, in rftbsub_128_SSE2()