Home
last modified time | relevance | path

Searched refs:PNG_DITHER_GREEN_BITS (Results 1 – 5 of 5) sorted by relevance

/external/libpng/
Dpngconf.h425 #ifndef PNG_DITHER_GREEN_BITS
426 # define PNG_DITHER_GREEN_BITS 5 macro
Dpngrtran.c473 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()
/external/tesseract/include/
Dpngconf.h422 #ifndef PNG_DITHER_GREEN_BITS
423 # define PNG_DITHER_GREEN_BITS 5 macro
/external/qemu/distrib/libpng-1.2.19/
Dpngconf.h410 #ifndef PNG_DITHER_GREEN_BITS
411 # define PNG_DITHER_GREEN_BITS 5 macro
Dpngrtran.c454 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()