Home | History | Annotate | Download | only in enc

Lines Matching full:linear_c

314   const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.;
321 const double v = pow(linear_c, 1 / 3.);