Searched refs:limiterthreshhold (Results 1 – 2 of 2) sorted by relevance
18 double limiterthreshhold; member52 dcs->limiterthreshhold = SOX_SAMPLE_MAX * (1.0 - (fabs(dcs->dcshift) - dcs->limitergain)); in sox_dcshift_getopts()83 double limiterthreshhold = dcs->limiterthreshhold; in sox_dcshift_flow() local100 if (sample > limiterthreshhold && dcshift > 0) in sox_dcshift_flow()102 …sample = (sample - limiterthreshhold) * limitergain / (SOX_SAMPLE_MAX - limiterthreshhold) + limi… in sox_dcshift_flow()105 else if (sample < -limiterthreshhold && dcshift < 0) in sox_dcshift_flow()110 …sample = (sample + limiterthreshhold) * limitergain / (SOX_SAMPLE_MAX - limiterthreshhold) - limi… in sox_dcshift_flow()
21 double limiterthreshhold; member85 …vol->limiterthreshhold = SOX_SAMPLE_MAX * (1.0 - vol->limitergain) / (fabs(vol->gain) - vol->limit… in getopts()115 register double limiterthreshhold = vol->limiterthreshhold; in flow() local132 if (sample > limiterthreshhold) in flow()137 else if (sample < -limiterthreshhold) in flow()