Searched refs:new_mask_ (Results 1 – 2 of 2) sorted by relevance
439 new_mask_[i] = CalculatePostfilterMask(*interf_cov_mats_[i][0], in ProcessAudioBlock()448 if (tmp_mask < new_mask_[i]) { in ProcessAudioBlock()449 new_mask_[i] = tmp_mask; in ProcessAudioBlock()497 time_smooth_mask_[i] = kMaskTimeSmoothAlpha * new_mask_[i] + in ApplyMaskTimeSmoothing()560 std::nth_element(new_mask_ + low_mean_start_bin_, new_mask_ + quantile, in EstimateTargetPresence()561 new_mask_ + high_mean_end_bin_ + 1); in EstimateTargetPresence()562 if (new_mask_[quantile] > kMaskTargetThreshold) { in EstimateTargetPresence()
149 float new_mask_[kNumFreqBins]; variable