Searched refs:PNG_QUANTIZE_RED_BITS (Results 1 – 5 of 5) sorted by relevance
207 #define PNG_QUANTIZE_RED_BITS 5 macro
756 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()758 int num_red = (1 << PNG_QUANTIZE_RED_BITS); in png_set_quantize()774 int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS)); in png_set_quantize()4672 p = (((r >> (8 - PNG_QUANTIZE_RED_BITS)) & in png_do_quantize()4673 ((1 << PNG_QUANTIZE_RED_BITS) - 1)) << in png_do_quantize()4703 p = (((r >> (8 - PNG_QUANTIZE_RED_BITS)) & in png_do_quantize()4704 ((1 << PNG_QUANTIZE_RED_BITS) - 1)) << in png_do_quantize()
205 #define PNG_QUANTIZE_RED_BITS 5 macro
204 #define PNG_QUANTIZE_RED_BITS 5