HomeSort by relevance Sort by last modified time
    Searched refs:uniform_cov_mat_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 324 uniform_cov_mat_[i].Resize(num_input_channels_, num_input_channels_);
326 wave_numbers_[i], array_geometry_, &uniform_cov_mat_[i]);
327 complex_f normalization_factor = uniform_cov_mat_[i].elements()[0][0];
328 uniform_cov_mat_[i].Scale(1.f / normalization_factor);
329 uniform_cov_mat_[i].Scale(1 - kBalance);
354 interf_cov_mats_[i][j]->Add(uniform_cov_mat_[i], angled_cov_mat);
nonlinear_beamformer.h 168 ComplexMatrixF uniform_cov_mat_[kNumFreqBins]; member in class:webrtc::NonlinearBeamformer

Completed in 45 milliseconds