Home
last modified time | relevance | path

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

/external/libpng/
Dpnglibconf.h204 #define PNG_QUANTIZE_GREEN_BITS 5 macro
Dpngrtran.c745 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()
/external/pdfium/third_party/libpng16/
Dpnglibconf.h198 #define PNG_QUANTIZE_GREEN_BITS 5 macro
Dpngrtran.c742 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()
/external/libpng/scripts/
Dpnglibconf.h.prebuilt204 #define PNG_QUANTIZE_GREEN_BITS 5