Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dadaptive_fir_filter.cc172 const float32x4_t G_re = vld1q_f32(&G.re[k]); in AdaptPartitions_Neon() local
239 const __m128 G_re = _mm_loadu_ps(&G.re[k]); in AdaptPartitions_Sse2() local
H A Dadaptive_fir_filter_avx2.cc76 const __m256 G_re = _mm256_loadu_ps(&G.re[k]); in AdaptPartitions_Avx2() local