Searched refs:linear_c (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c290 const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.; local
297 const double v = pow(linear_c, 1 / 3.);
/external/webp/src/enc/
H A Dquant.c290 const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.; local
297 const double v = pow(linear_c, 1 / 3.);

Completed in 2514 milliseconds