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

  /external/syslinux/com32/include/
pngconf.h 455 #ifndef PNG_DITHER_RED_BITS
456 # define PNG_DITHER_RED_BITS 5
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrtran.c 482 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
484 int num_red = (1 << PNG_DITHER_RED_BITS);
499 int r = (palette[i].red >> (8 - PNG_DITHER_RED_BITS));
    [all...]

Completed in 265 milliseconds