Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpnglibconf.h206 #define PNG_QUANTIZE_GREEN_BITS 5 macro
Dpngrtran.c756 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()
759 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()
775 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()
783 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()
4674 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()
4675 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()
4676 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
4705 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()
4706 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()
4707 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
/external/libpng/
Dpnglibconf.h204 #define PNG_QUANTIZE_GREEN_BITS 5 macro
Dpngrtran.c756 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()
759 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()
775 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()
783 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()
4674 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()
4675 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()
4676 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
4705 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()
4706 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()
4707 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
/external/libpng/scripts/
Dpnglibconf.h.prebuilt203 #define PNG_QUANTIZE_GREEN_BITS 5