Searched refs:PNG_DIV51 (Results 1 – 2 of 2) sorted by relevance
1520 #define PNG_DIV51(v8) (((v8) * 5 + 130) >> 8) macro1940 ((png_byte)(6 * (6 * PNG_DIV51(r) + PNG_DIV51(g)) + PNG_DIV51(b)))2881 entry = 226 + 6 * PNG_DIV51(alpha) + PNG_DIV51(gray); in png_image_read_and_map()
1786 #define PNG_DIV51(v8) (((v8) * 5 + 130) >> 8) macro2206 ((png_byte)(6 * (6 * PNG_DIV51(r) + PNG_DIV51(g)) + PNG_DIV51(b)))3146 entry = 226 + 6 * PNG_DIV51(alpha) + PNG_DIV51(gray); in png_image_read_and_map()