Searched refs:PNG_DITHER_GREEN_BITS (Results 1 – 5 of 5) sorted by relevance
425 #ifndef PNG_DITHER_GREEN_BITS426 # define PNG_DITHER_GREEN_BITS 5 macro
473 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS + in png_set_dither()476 int num_green = (1 << PNG_DITHER_GREEN_BITS); in png_set_dither()493 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS)); in png_set_dither()500 int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS)); in png_set_dither()4027 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()4028 (((g >> (8 - PNG_DITHER_GREEN_BITS)) & in png_do_dither()4029 ((1 << PNG_DITHER_GREEN_BITS) - 1)) << in png_do_dither()4056 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()4057 (((g >> (8 - PNG_DITHER_GREEN_BITS)) & in png_do_dither()4058 ((1 << PNG_DITHER_GREEN_BITS) - 1)) << in png_do_dither()
422 #ifndef PNG_DITHER_GREEN_BITS423 # define PNG_DITHER_GREEN_BITS 5 macro
410 #ifndef PNG_DITHER_GREEN_BITS411 # define PNG_DITHER_GREEN_BITS 5 macro
454 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS + in png_set_dither()457 int num_green = (1 << PNG_DITHER_GREEN_BITS); in png_set_dither()476 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS)); in png_set_dither()483 int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS)); in png_set_dither()3947 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()3948 (((g >> (8 - PNG_DITHER_GREEN_BITS)) & in png_do_dither()3949 ((1 << PNG_DITHER_GREEN_BITS) - 1)) << in png_do_dither()3976 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()3977 (((g >> (8 - PNG_DITHER_GREEN_BITS)) & in png_do_dither()3978 ((1 << PNG_DITHER_GREEN_BITS) - 1)) << in png_do_dither()