Home
last modified time | relevance | path

Searched refs:blueY (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libpng/
Dpngget.c510 *int_blue_Y = XYZ.blueY; in png_get_cHRM_XYZ_fixed()
563 &XYZ.blueX, &XYZ.blueY, &XYZ.blueZ) & PNG_INFO_cHRM) in png_get_cHRM_XYZ()
580 *blue_Y = png_float(png_ptr, XYZ.blueY, "cHRM blue Y"); in png_get_cHRM_XYZ()
Dpng.c872 d = XYZ.blueX + XYZ.blueY + XYZ.blueZ;
874 if (!png_muldiv(&xy->bluey, XYZ.blueY, PNG_FP_1, d)) return 1;
877 whiteY += XYZ.blueY;
1131 if (!png_muldiv(&XYZ->blueY, xy.bluey, blue_scale, PNG_FP_1)) return 1;
Dpngset.c90 XYZ.blueY = int_blue_Y; in png_set_cHRM_XYZ_fixed()
Dpngpriv.h1376 png_fixed_point blueX, blueY, blueZ; member
Dpngrutil.c1052 png_muldiv(&b, XYZ.blueY, 32768, PNG_FP_1) && in png_handle_cHRM()