Searched refs:PNG_QUANTIZE_GREEN_BITS (Results 1 – 8 of 8) sorted by relevance
31 #define PNG_QUANTIZE_GREEN_BITS 5 macro
707 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()710 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()726 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()734 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()4908 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4909 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4910 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()4939 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4940 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4941 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
199 #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()
198 #define PNG_QUANTIZE_GREEN_BITS 5 macro
737 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()740 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()756 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()764 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()4977 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()4978 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()4979 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()5008 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()5009 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()5010 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
199 #define PNG_QUANTIZE_GREEN_BITS 5