Lines Matching defs:Suppressor
152 struct Suppressor { struct
155 Suppressor& operator=(const Suppressor& e);
157 size_t nearend_average_blocks = 4;
159 struct MaskingThresholds {
170 struct Tuning {
183 Tuning normal_tuning = Tuning(MaskingThresholds(.3f, .4f, .3f),
187 Tuning nearend_tuning = Tuning(MaskingThresholds(1.09f, 1.1f, .3f),
192 struct DominantNearendDetection {
199 } dominant_nearend_detection;
201 struct SubbandNearendDetection {
211 } subband_nearend_detection;
213 bool use_subband_nearend_detection = false;
215 struct HighBandsSuppression {
220 } high_bands_suppression;
222 float floor_first_increase = 0.00001f;