Searched refs:PNG_MAX_GAMMA_8 (Results 1 – 9 of 9) sorted by relevance
29 #define PNG_MAX_GAMMA_8 11 macro
2826 if (shift < (16U - PNG_MAX_GAMMA_8))2827 shift = (16U - PNG_MAX_GAMMA_8);
197 #define PNG_MAX_GAMMA_8 11 macro
4174 if (shift < (16U - PNG_MAX_GAMMA_8))4175 shift = (16U - PNG_MAX_GAMMA_8);
196 #define PNG_MAX_GAMMA_8 11 macro
3968 if (shift < (16U - PNG_MAX_GAMMA_8))3969 shift = (16U - PNG_MAX_GAMMA_8);
197 #define PNG_MAX_GAMMA_8 11
7031 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_scale_16_set()7079 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_strip_16_set()7349 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_rgb_to_gray_ini()10338 # ifndef PNG_MAX_GAMMA_8 in perform_gamma_scale16_tests()10339 # define PNG_MAX_GAMMA_8 11 in perform_gamma_scale16_tests() macro10341 # if defined PNG_MAX_GAMMA_8 || PNG_LIBPNG_VER < 10700 in perform_gamma_scale16_tests()10342 # define SBIT_16_TO_8 PNG_MAX_GAMMA_8 in perform_gamma_scale16_tests()11359 pm.maxcalcG = 1./((1<<PNG_MAX_GAMMA_8)-1); in main()