Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dvector_math.h134 const __m128 y_j = _mm_loadu_ps(&y[j]); in Multiply() local
155 const float32x4_t y_j = vld1q_f32(&y[j]); in Multiply() local
Dvector_math_avx2.cc51 const __m256 y_j = _mm256_loadu_ps(&y[j]); in MultiplyAVX2() local