Home
last modified time | relevance | path

Searched defs:x_k (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter.cc75 const float32x4_t x_k = vld1q_f32(x_p); in MatchedFilterCore_NEON() local
84 const float x_k = *x_p; in MatchedFilterCore_NEON() local
120 const float32x4_t x_k = vld1q_f32(x_p); in MatchedFilterCore_NEON() local
185 const __m128 x_k = _mm_loadu_ps(x_p); in MatchedFilterCore_SSE2() local
196 const float x_k = *x_p; in MatchedFilterCore_SSE2() local
232 const __m128 x_k = _mm_loadu_ps(x_p); in MatchedFilterCore_SSE2() local
Dsuppression_gain.cc394 for (const auto& x_k : x_ch) { in Detect() local
/external/webrtc/modules/audio_processing/ns/
Dnoise_suppressor.cc124 for (float x_k : x) { in ComputeEnergyOfExtendedFrame() local