Searched refs:PNG_QUANTIZE_GREEN_BITS (Results 1 – 5 of 5) sorted by relevance
206 #define PNG_QUANTIZE_GREEN_BITS 5 macro
756 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()759 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()775 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()783 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()4674 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4675 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4676 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()4705 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4706 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4707 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
204 #define PNG_QUANTIZE_GREEN_BITS 5 macro
203 #define PNG_QUANTIZE_GREEN_BITS 5