HomeSort by relevance Sort by last modified time
    Searched refs:sRGB_from_linear (Results 1 - 4 of 4) sorted by null

  /external/libpng/contrib/tools/
sRGB.h 20 sRGB_from_linear(double l)
cvtcolor.c 176 c[i] = sRGB_from_linear(c[i]);
makesRGB.c 45 return sRGB_from_linear(l/max_input);
  /external/libpng/contrib/libtests/
pngstest.c 158 return u8d(255 * sRGB_from_linear(linear));
228 pow(sRGB_to_d[value], 1/2.2) - sRGB_from_linear(pow(vd, 2.2)));
249 pow(sRGB_from_linear(vd), 2.2) - linear_from_sRGB(pow(vd, 1/2.2)));
    [all...]

Completed in 292 milliseconds