Searched defs:c_k1 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/ |
H A D | ooura_fft_neon.cc | 199 const float32x4_t c_k1 = vld1q_f32(&c[29 - j1]); // 28, 29, 30, 31, in rftfsub_128_neon() local 279 const float32x4_t c_k1 = vld1q_f32(&c[29 - j1]); // 28, 29, 30, 31, in rftbsub_128_neon() local
|
H A D | ooura_fft_sse2.cc | 270 const __m128 c_k1 = _mm_loadu_ps(&c[29 - j1]); // 28, 29, 30, 31, in rftfsub_128_SSE2() local 361 const __m128 c_k1 = _mm_loadu_ps(&c[29 - j1]); // 28, 29, 30, 31, in rftbsub_128_SSE2() local
|