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

  /external/libpng/
pngconf.h 459 #ifndef PNG_DITHER_RED_BITS
460 # define PNG_DITHER_RED_BITS 5
    [all...]
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...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 407 #ifndef PNG_DITHER_RED_BITS
408 # define PNG_DITHER_RED_BITS 5
    [all...]
pngrtran.c 454 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
456 int num_red = (1 << PNG_DITHER_RED_BITS);
475 int r = (palette[i].red >> (8 - PNG_DITHER_RED_BITS));
    [all...]

Completed in 38 milliseconds