Searched refs:PNG_QUANTIZE_GREEN_BITS (Results 1 – 5 of 5) sorted by relevance
198 #define PNG_QUANTIZE_GREEN_BITS 5 macro
742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()745 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()761 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()769 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()4641 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4642 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4643 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()4672 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4673 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4674 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
204 #define PNG_QUANTIZE_GREEN_BITS 5 macro
745 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()748 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()764 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()772 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()4651 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4652 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4653 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()4682 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4683 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4684 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
204 #define PNG_QUANTIZE_GREEN_BITS 5