Home
last modified time | relevance | path

Searched refs:h_k (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
Dreverb_model_estimator_unittest.cc79 for (const auto& h_k : h_) { in CreateImpulseResponseWithDecay() local
80 RTC_DCHECK_EQ(h_k.size(), in CreateImpulseResponseWithDecay()
Dsubtractor.cc213 for (auto& h_k : refined_impulse_responses_[ch]) { in Process() local
214 h_k *= scale; in Process()