Searched defs:wkrt (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 | 200 const float32x4_t wkrt = vsubq_f32(mm_half, c_k1); // 28, 29, 30, 31, in rftfsub_128_neon() local 280 const float32x4_t wkrt = vsubq_f32(mm_half, c_k1); // 28, 29, 30, 31, in rftbsub_128_neon() local
|
H A D | ooura_fft_sse2.cc | 271 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31, in rftfsub_128_SSE2() local 362 const __m128 wkrt = _mm_sub_ps(mm_half, c_k1); // 28, 29, 30, 31, in rftbsub_128_SSE2() local
|