Home
last modified time | relevance | path

Searched refs:png_gamma_shift (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c4005 static PNG_CONST int png_gamma_shift[] = variable
4159 ig = (((png_uint_32)i * (png_uint_32)png_gamma_shift[shift]) >> 4); in png_build_gamma_table()
4185 (png_uint_32)png_gamma_shift[shift]) >> 4); in png_build_gamma_table()
4208 (png_uint_32)png_gamma_shift[shift]) >> 4); in png_build_gamma_table()
/external/libpng/
Dpngrtran.c4146 static PNG_CONST int png_gamma_shift[] = variable
4334 ig = (((png_uint_32)i * (png_uint_32)png_gamma_shift[shift]) >> 4); in png_build_gamma_table()
4361 (png_uint_32)png_gamma_shift[shift]) >> 4); in png_build_gamma_table()
4385 (png_uint_32)png_gamma_shift[shift]) >> 4); in png_build_gamma_table()
DCHANGES1604 Added one zero element to png_gamma_shift[] array in pngrtran.c to avoid