OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_QUANTIZE_BLUE_BITS
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnglibconf.h
28
#define
PNG_QUANTIZE_BLUE_BITS
5
pngrtran.c
708
PNG_QUANTIZE_BLUE_BITS
;
711
int num_blue = (1 <<
PNG_QUANTIZE_BLUE_BITS
);
727
int b = (palette[i].blue >> (8 -
PNG_QUANTIZE_BLUE_BITS
));
733
int index_r = (ir << (
PNG_QUANTIZE_BLUE_BITS
+
742
int index_g = index_r | (ig <<
PNG_QUANTIZE_BLUE_BITS
);
[
all
...]
Completed in 25 milliseconds