Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
DsRGB.h20 sRGB_from_linear(double l) in sRGB_from_linear() function
Dcvtcolor.c176 c[i] = sRGB_from_linear(c[i]); in main()
DmakesRGB.c45 return sRGB_from_linear(l/max_input); in fsRGB()
/external/libpng/contrib/libtests/
Dpngstest.c158 return u8d(255 * sRGB_from_linear(linear)); in sRGB()
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)));