Home
last modified time | relevance | path

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

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