Searched refs:PNG_MAX_GAMMA_8 (Results 1 – 4 of 4) sorted by relevance
201 #define PNG_MAX_GAMMA_8 11 macro
201 #define PNG_MAX_GAMMA_8 11
7406 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_scale_16_set()7454 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_strip_16_set()7724 that->max_gamma_8 = PNG_MAX_GAMMA_8; in image_transform_png_set_rgb_to_gray_ini()10711 # ifndef PNG_MAX_GAMMA_8 in perform_gamma_scale16_tests()10712 # define PNG_MAX_GAMMA_8 11 in perform_gamma_scale16_tests() macro10714 # if defined PNG_MAX_GAMMA_8 || PNG_LIBPNG_VER < 10700 in perform_gamma_scale16_tests()10715 # define SBIT_16_TO_8 PNG_MAX_GAMMA_8 in perform_gamma_scale16_tests()11745 pm.maxcalcG = 1./((1<<PNG_MAX_GAMMA_8)-1); in main()
4283 if (shift < (16U - PNG_MAX_GAMMA_8))4284 shift = (16U - PNG_MAX_GAMMA_8);