OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_mask_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc
439
new_mask_
[i] = CalculatePostfilterMask(*interf_cov_mats_[i][0],
448
if (tmp_mask <
new_mask_
[i]) {
449
new_mask_
[i] = tmp_mask;
494
// Smooth
new_mask_
into time_smooth_mask_.
497
time_smooth_mask_[i] = kMaskTimeSmoothAlpha *
new_mask_
[i] +
560
std::nth_element(
new_mask_
+ low_mean_start_bin_,
new_mask_
+ quantile,
561
new_mask_
+ high_mean_end_bin_ + 1);
562
if (
new_mask_
[quantile] > kMaskTargetThreshold) {
nonlinear_beamformer.h
149
float
new_mask_
[kNumFreqBins];
member in class:webrtc::NonlinearBeamformer
Completed in 59 milliseconds