HomeSort by relevance Sort by last modified time
    Searched refs:PNG_QUANTIZE_GREEN_BITS (Results 1 - 5 of 5) sorted by null

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnglibconf.h 18 #define PNG_QUANTIZE_GREEN_BITS 5
pngrtran.c 707 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
710 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS);
726 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS));
734 PNG_QUANTIZE_GREEN_BITS));
    [all...]
  /external/libpng/
pnglibconf.h 199 #define PNG_QUANTIZE_GREEN_BITS 5
pngrtran.c 738 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
741 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS);
757 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS));
765 PNG_QUANTIZE_GREEN_BITS));
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 198 #define PNG_QUANTIZE_GREEN_BITS 5

Completed in 65 milliseconds