Searched defs:PNG_MAX_GAMMA_8 (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpnglibconf.h197 #define PNG_MAX_GAMMA_8 11 macro
/external/chromium_org/third_party/libpng/
H A Dpngconf.h472 #ifndef PNG_MAX_GAMMA_8
473 # define PNG_MAX_GAMMA_8 11 macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h476 #ifndef PNG_MAX_GAMMA_8
477 # define PNG_MAX_GAMMA_8 11 macro
/external/libpng/contrib/libtests/
H A Dpngvalid.c6777 * +/-(1<<(15-PNG_MAX_GAMMA_8)) in the 8-bit case.
6780 # if PNG_MAX_GAMMA_8 < 14
6782 6. + (1<<(15-PNG_MAX_GAMMA_8)))
6971 (pm->assume_16_bit_calculations ? PNG_MAX_GAMMA_8 : sample_depth));
7142 (pm->assume_16_bit_calculations ? .5/(1<<PNG_MAX_GAMMA_8) :
7753 * PNG_MAX_GAMMA_8 when doing the following.
9152 # ifndef PNG_MAX_GAMMA_8
9153 # define PNG_MAX_GAMMA_8 11 macro
9155 # define SBIT_16_TO_8 PNG_MAX_GAMMA_8
10125 pm.maxcalcG = 1./((1<<PNG_MAX_GAMMA_8)
[all...]

Completed in 491 milliseconds