Lines Matching defs:MbcBandParams
56 struct MbcBandParams : public BandParams { struct57 float gainPreDb;58 float gainPostDb;59 float attackTimeMs;60 float releaseTimeMs;61 float ratio;62 float thresholdDb;63 float kneeWidthDb;64 float noiseGateThresholdDb;65 float expanderRatio;90 std::vector<MbcBandParams> mMbcBands; argument