Searched refs:H2_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | reverb_model_estimator_unittest.cc | 52 H2_(num_capture_channels, in ReverbModelEstimatorTest() 73 std::vector<std::vector<std::array<float, kFftLengthBy2Plus1>>> H2_; member in webrtc::ReverbModelEstimatorTest 83 for (const auto& H2_k : H2_) { in CreateImpulseResponseWithDecay() 98 for (size_t ch = 0; ch < H2_.size(); ++ch) { in CreateImpulseResponseWithDecay() 99 for (size_t j = 0, k = 0; j < H2_[ch].size(); ++j, k += kBlockSize) { in CreateImpulseResponseWithDecay() 106 H_j.Spectrum(Aec3Optimization::kNone, H2_[ch][j]); in CreateImpulseResponseWithDecay() 109 rtc::ArrayView<float> H2_tail(H2_[0][H2_[0].size() - 1]); in CreateImpulseResponseWithDecay() 113 const size_t num_capture_channels = H2_.size(); in RunEstimator() 121 estimator.Update(h_, H2_, quality_linear_, filter_delay_blocks, in RunEstimator()
|
D | signal_dependent_erle_estimator_unittest.cc | 61 return H2_; in GetH2() 76 std::vector<std::vector<std::array<float, kFftLengthBy2Plus1>>> H2_; member in webrtc::__anonb561eadc0111::TestInputs 88 H2_(num_capture_channels, in TestInputs() 97 for (auto& H2_ch : H2_) { in TestInputs() 102 for (auto& H2_p : H2_[0]) { in TestInputs()
|