Searched refs:linear_c (Results 1 – 1 of 1) sorted by relevance
327 const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.; in QualityToCompression() local334 const double v = pow(linear_c, 1 / 3.); in QualityToCompression()