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

  /external/libpng/contrib/tools/
sRGB.h 32 linear_from_sRGB(double s)
cvtcolor.c 113 for (i=0; i<components; ++i) c[i] = linear_from_sRGB(c[i] / 255);
makesRGB.c 57 return 65535 * linear_from_sRGB(i/255.);
  /external/libpng/contrib/libtests/
pngstest.c 146 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)));
    [all...]

Completed in 64 milliseconds