Searched refs:linear_from_sRGB (Results 1 - 4 of 4) sorted by relevance

/external/libpng/contrib/tools/
H A DsRGB.h32 linear_from_sRGB(double s) function
H A Dcvtcolor.c113 for (i=0; i<components; ++i) c[i] = linear_from_sRGB(c[i] / 255);
H A DmakesRGB.c57 return 65535 * linear_from_sRGB(i/255.);
/external/libpng/contrib/libtests/
H A Dpngstest.c146 sRGB_to_d[i] = linear_from_sRGB(i/255.);
249 pow(sRGB_from_linear(vd), 2.2) - linear_from_sRGB(pow(vd, 1/2.2)));

Completed in 118 milliseconds