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

  /external/libpng/
pngconf.h 462 #ifndef PNG_DITHER_GREEN_BITS
463 # define PNG_DITHER_GREEN_BITS 5
    [all...]
pngrtran.c 482 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
485 int num_green = (1 << PNG_DITHER_GREEN_BITS);
500 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS));
508 PNG_DITHER_GREEN_BITS));
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 410 #ifndef PNG_DITHER_GREEN_BITS
411 # define PNG_DITHER_GREEN_BITS 5
    [all...]
pngrtran.c 454 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
457 int num_green = (1 << PNG_DITHER_GREEN_BITS);
476 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS));
483 int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS));
    [all...]

Completed in 157 milliseconds