OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_QUANTIZE_RED_BITS
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnglibconf.h
25
#define
PNG_QUANTIZE_RED_BITS
5
pngrtran.c
707
int total_bits =
PNG_QUANTIZE_RED_BITS
+ PNG_QUANTIZE_GREEN_BITS +
709
int num_red = (1 <<
PNG_QUANTIZE_RED_BITS
);
725
int r = (palette[i].red >> (8 -
PNG_QUANTIZE_RED_BITS
));
[
all
...]
Completed in 66 milliseconds