Home
last modified time | relevance | path

Searched defs:erl (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dadaptive_fir_filter_erl.cc30 rtc::ArrayView<float> erl) { in ErlComputer()
43 rtc::ArrayView<float> erl) { in ErlComputer_NEON()
62 rtc::ArrayView<float> erl) { in ErlComputer_SSE2()
80 rtc::ArrayView<float> erl) { in ComputeErl()
Dadaptive_fir_filter_erl_unittest.cc33 std::array<float, kFftLengthBy2Plus1> erl; in TEST() local
60 std::array<float, kFftLengthBy2Plus1> erl; in TEST() local
Derl_estimator_unittest.cc27 void VerifyErl(const std::array<float, kFftLengthBy2Plus1>& erl, in VerifyErl()
Drefined_filter_update_gain.cc73 rtc::ArrayView<const float> erl, in Compute()
Drefined_filter_update_gain_unittest.cc196 std::array<float, kFftLengthBy2Plus1> erl; in RunFilterUpdateTest() local
246 std::array<float, kFftLengthBy2Plus1> erl; in TEST() local
Dsubtractor.cc231 std::array<float, kFftLengthBy2Plus1> erl; in Process() local
Daec_state_unittest.cc159 const std::array<float, kFftLengthBy2Plus1>& erl = state.Erl(); in RunNormalUsageTest() local
Dadaptive_fir_filter_unittest.cc318 std::array<float, kFftLengthBy2Plus1> erl; in TEST() local