/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | subband_erle_estimator.cc | 44 size_t num_capture_channels) in SubbandErleEstimator() 62 const size_t num_capture_channels = erle_.size(); in Reset() local 86 const size_t num_capture_channels = erle_.size(); in Update() local 109 const int num_capture_channels = static_cast<int>(accum_spectra_.Y2.size()); in UpdateBands() local 183 const int num_capture_channels = static_cast<int>(accum_spectra_.Y2.size()); in DecreaseErlePerBandForLowRenderSignals() local 221 const int num_capture_channels = static_cast<int>(Y2.size()); in UpdateAccumulatedSpectra() local
|
H A D | block_processor.cc | 88 size_t num_capture_channels, in BlockProcessorImpl() 243 size_t num_capture_channels) { in Create() 262 size_t num_capture_channels, in Create() 280 size_t num_capture_channels, in Create()
|
H A D | subtractor_unittest.cc | 31 size_t num_capture_channels, in RunSubtractorTest() 176 size_t num_capture_channels, in ProduceDebugText() 275 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 308 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
H A D | residual_echo_estimator.cc | 85 const size_t num_capture_channels = R2.size(); in LinearEstimate() local 100 const size_t num_capture_channels = R2.size(); in NonLinearEstimate() local 185 const size_t num_capture_channels = R2.size(); in Estimate() local 350 const size_t num_capture_channels = R2.size(); in AddReverb() local
|
H A D | residual_echo_estimator_unittest.cc | 35 size_t num_capture_channels, in ResidualEchoEstimatorTest() 138 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 150 const size_t num_capture_channels = 1; in TEST() local
|
H A D | signal_dependent_erle_estimator_unittest.cc | 83 size_t num_capture_channels) in TestInputs() 151 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 185 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
H A D | aec_state.cc | 116 size_t num_capture_channels) in AecState() 355 size_t num_capture_channels) in FilterDelay() 393 size_t num_capture_channels) in FilteringQualityAnalyzer()
|
H A D | reverb_model_estimator.cc | 16 size_t num_capture_channels) in ReverbModelEstimator() 38 const size_t num_capture_channels = reverb_decay_estimators_.size(); in Update() local
|
H A D | erle_estimator_unittest.cc | 88 const int num_capture_channels = Y2.size(); in FormFarendFrame() local 153 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local 218 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
H A D | echo_remover.cc | 56 size_t NumChannelsOnHeap(size_t num_capture_channels) { in NumChannelsOnHeap() 188 size_t num_capture_channels) in EchoRemoverImpl() 516 size_t num_capture_channels) { in Create()
|
H A D | erl_estimator_unittest.cc | 20 size_t num_capture_channels) { in ProduceDebugText() 49 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
H A D | render_delay_controller.cc | 90 size_t num_capture_channels) in RenderDelayControllerImpl() 181 size_t num_capture_channels) { in Create()
|
H A D | reverb_model_estimator_unittest.cc | 45 ReverbModelEstimatorTest(float default_decay, size_t num_capture_channels) in ReverbModelEstimatorTest() 116 const size_t num_capture_channels = H2_.size(); in RunEstimator() local
|
H A D | aec_state_unittest.cc | 23 size_t num_capture_channels) { in RunNormalUsageTest() 238 const size_t num_capture_channels = std::get<1>(GetParam()); in TEST_P() local
|
H A D | signal_dependent_erle_estimator.cc | 122 size_t num_capture_channels) in SignalDependentErleEstimator() 352 const size_t num_capture_channels = S2_section_accum_.size(); in ComputeEchoEstimatePerFilterSection() local
|
H A D | echo_path_delay_estimator.cc | 25 size_t num_capture_channels) in EchoPathDelayEstimator()
|
H A D | subband_nearend_detector.cc | 18 size_t num_capture_channels) in SubbandNearendDetector()
|
H A D | dominant_nearend_detector.cc | 18 size_t num_capture_channels) in DominantNearendDetector()
|
H A D | subtractor_output_analyzer.cc | 19 SubtractorOutputAnalyzer::SubtractorOutputAnalyzer(size_t num_capture_channels) in SubtractorOutputAnalyzer()
|
H A D | erle_estimator.cc | 20 size_t num_capture_channels) in ErleEstimator()
|
H A D | erl_estimator.cc | 46 const size_t num_capture_channels = converged_filters.size(); in Update() local
|
H A D | fullband_erle_estimator.cc | 35 size_t num_capture_channels) in FullBandErleEstimator()
|
H A D | suppression_filter.cc | 65 size_t num_capture_channels) in SuppressionFilter()
|
/aosp_15_r20/external/webrtc/api/audio/ |
H A D | echo_canceller3_factory.cc | 26 int num_capture_channels) { in Create()
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | aec3_fuzzer.cc | 52 const size_t num_capture_channels = in FuzzOneInput() local
|