Searched defs:png_gamma_shift (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c3897 static int png_gamma_shift[] = variable
4052 ig = (((png_uint_32)i * (png_uint_32)png_gamma_shift[shift]) >> 4);
4078 (png_uint_32)png_gamma_shift[shift]) >> 4);
4101 (png_uint_32)png_gamma_shift[shift]) >> 4);

Completed in 176 milliseconds