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