Home
last modified time | relevance | path

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

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpnglibconf.h18 #define PNG_QUANTIZE_GREEN_BITS 5 macro
Dpngrtran.c707 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS + in png_set_quantize()
710 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS); in png_set_quantize()
726 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()
734 PNG_QUANTIZE_GREEN_BITS)); in png_set_quantize()
4929 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()
4930 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()
4931 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()
4960 (PNG_QUANTIZE_GREEN_BITS + PNG_QUANTIZE_BLUE_BITS)) | in png_do_quantize()
4961 (((g >> (8 - PNG_QUANTIZE_GREEN_BITS)) & in png_do_quantize()
4962 ((1 << PNG_QUANTIZE_GREEN_BITS) - 1)) << in png_do_quantize()