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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 197 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, local
201 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4,
277 const float32x4_t c_j1 = vld1q_f32(&c[j1]); // 1, 2, 3, 4, local
281 const float32x4_t wki_ = c_j1; // 1, 2, 3, 4,
aec_rdft_sse2.c 253 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, local
258 const __m128 wki_ = c_j1; // 1, 2, 3, 4,
344 const __m128 c_j1 = _mm_loadu_ps(&c[j1]); // 1, 2, 3, 4, local
349 const __m128 wki_ = c_j1; // 1, 2, 3, 4,

Completed in 96 milliseconds