HomeSort by relevance Sort by last modified time
    Searched full:linear_c (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
quant.c 232 const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.; local
239 const double v = pow(linear_c, 1 / 3.);
    [all...]
  /external/webp/src/enc/
quant.c 314 const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.; local
321 const double v = pow(linear_c, 1 / 3.);
    [all...]

Completed in 599 milliseconds