Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_neon.c197 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, in rftfsub_128_neon() local
277 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, in rftbsub_128_neon() local
Daec_rdft_sse2.c253 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, in rftfsub_128_SSE2() local
344 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, in rftbsub_128_SSE2() local