Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter.cc45 const rtc::ArrayView<float> accumulated_error, in UpdateAccumulatedError()
60 const rtc::ArrayView<const float> accumulated_error, in ComputePreEchoLag()
163 rtc::ArrayView<float> accumulated_error, in MatchedFilterCoreWithAccumulatedError_NEON()
245 rtc::ArrayView<float> accumulated_error, in MatchedFilterCore_NEON()
362 rtc::ArrayView<float> accumulated_error, in MatchedFilterCore_AccumulatedError_SSE2()
459 rtc::ArrayView<float> accumulated_error, in MatchedFilterCore_SSE2()
571 rtc::ArrayView<float> accumulated_error) { in MatchedFilterCore()
H A Dmatched_filter_avx2.cc40 rtc::ArrayView<float> accumulated_error, in MatchedFilterCore_AccumulatedError_AVX2()
93 __m128 accumulated_error = _mm_load_ps(a_p); in MatchedFilterCore_AccumulatedError_AVX2() local
148 rtc::ArrayView<float> accumulated_error, in MatchedFilterCore_AVX2()
H A Dmatched_filter_unittest.cc68 std::vector<float> accumulated_error(512); in TEST_P() local
130 std::vector<float> accumulated_error(512 / 4); in TEST_P() local
186 std::vector<float> accumulated_error(512 / 4); in TEST_P() local