Searched refs:PNG_DIV65535 (Results 1 – 3 of 3) sorted by relevance
670 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) macro671 #define PNG_DIV257(v16) PNG_DIV65535((png_uint_32)(v16) * 255)
699 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) macro700 #define PNG_DIV257(v16) PNG_DIV65535((png_uint_32)(v16) * 255)