Home
last modified time | relevance | path

Searched refs:PNG_MAX_GAMMA_8 (Results 1 – 6 of 6) sorted by relevance

/external/libpng/
Dpnglibconf.h202 #define PNG_MAX_GAMMA_8 11 macro
Dpng.c4289 if (shift < (16U - PNG_MAX_GAMMA_8))
4290 shift = (16U - PNG_MAX_GAMMA_8);
/external/pdfium/third_party/libpng16/
Dpnglibconf.h196 #define PNG_MAX_GAMMA_8 11 macro
Dpng.c4209 if (shift < (16U - PNG_MAX_GAMMA_8))
4210 shift = (16U - PNG_MAX_GAMMA_8);
/external/libpng/scripts/
Dpnglibconf.h.prebuilt202 #define PNG_MAX_GAMMA_8 11
/external/libpng/contrib/libtests/
Dpngvalid.c7406 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() macro
10714 # 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()