Home | History | Annotate | Download | only in enc

Lines Matching defs:amin

248   const double amin = 0.30;
252 const double slope = (exp_min - exp_max) / (amax - amin);
254 // in the [amin, amax] range.
256 : (alpha < amin) ? exp_max
257 : exp_max + slope * (alpha - amin);