Searched refs:PNG_MAX_GAMMA_8 (Results 1 – 7 of 7) sorted by relevance
196 #define PNG_MAX_GAMMA_8 11 macro
3968 if (shift < (16U - PNG_MAX_GAMMA_8))3969 shift = (16U - PNG_MAX_GAMMA_8);
195 #define PNG_MAX_GAMMA_8 11 macro
197 #define PNG_MAX_GAMMA_8 11 macro
4173 if (shift < (16U - PNG_MAX_GAMMA_8))4174 shift = (16U - PNG_MAX_GAMMA_8);
196 #define PNG_MAX_GAMMA_8 11
6941 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_scale_16_set()6989 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_strip_16_set()7259 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_rgb_to_gray_ini()10243 # ifndef PNG_MAX_GAMMA_8 in perform_gamma_scale16_tests()10244 # define PNG_MAX_GAMMA_8 11 in perform_gamma_scale16_tests() macro10246 # if defined PNG_MAX_GAMMA_8 || PNG_LIBPNG_VER < 10700 in perform_gamma_scale16_tests()10247 # define SBIT_16_TO_8 PNG_MAX_GAMMA_8 in perform_gamma_scale16_tests()11264 pm.maxcalcG = 1./((1<<PNG_MAX_GAMMA_8)-1); in main()