Searched refs:h_k (Results 1 – 3 of 3) sorted by relevance
76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local79 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() local122 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() local190 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() local236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
79 for (const auto& h_k : h_) { in CreateImpulseResponseWithDecay() local80 RTC_DCHECK_EQ(h_k.size(), in CreateImpulseResponseWithDecay()
213 for (auto& h_k : refined_impulse_responses_[ch]) { in Process() local214 h_k *= scale; in Process()