HomeSort by relevance Sort by last modified time
    Searched refs:PNG_QUANTIZE_RED_BITS (Results 1 - 5 of 5) 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...]
  /external/libpng/
pnglibconf.h 200 #define PNG_QUANTIZE_RED_BITS 5
pngrtran.c 738 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
740 int num_red = (1 << PNG_QUANTIZE_RED_BITS);
756 int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS));
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 199 #define PNG_QUANTIZE_RED_BITS 5

Completed in 771 milliseconds