Searched refs:YfromRGB (Results 1 – 3 of 3) sorted by relevance
/external/libpng/contrib/tools/ |
D | sRGB.h | 42 YfromRGB(double r, double g, double b) in YfromRGB() function
|
D | cvtcolor.c | 143 c[0] = YfromRGB(c[0], c[1], c[2]); in main()
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 231 return YfromRGB(r, g, b); in YfromRGBint() 1313 sRGB(YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); in gpc_g8() 1331 out->r = out->g = out->b = sRGB(YfromRGB( in gpc_g8b() 1339 out->r = out->g = out->b = sRGB(a * YfromRGB(sRGB_to_d[in->r], in gpc_g8b() 1466 YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); in gpc_glin() 1482 YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); in gpc_gpre() 1498 YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); in gpc_gprq() 1630 YfromRGB(g22_to_d[in->r], g22_to_d[in->g], g22_to_d[in->b])); in gpc_Glin() 1650 YfromRGB(g22_to_d[in->r], g22_to_d[in->g], g22_to_d[in->b])); in gpc_Gpre() 1668 YfromRGB(g22_to_d[in->r], g22_to_d[in->g], g22_to_d[in->b])); in gpc_Gprq()
|