Home
last modified time | relevance | path

Searched refs:gamma_16 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c2698 png_uint_16pp gamma_16, png_uint_16pp gamma_16_from_1, in png_do_background() argument
2891 if (gamma_16 != NULL) in png_do_background()
2907 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
2980 if (gamma_16 != NULL) in png_do_background()
3001 png_uint_16 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3004 v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)]; in png_do_background()
3007 v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)]; in png_do_background()
3102 if (gamma_16 != NULL && gamma_16_from_1 != NULL && in png_do_background()
3115 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3258 if (gamma_16 != NULL && gamma_16_from_1 != NULL && in png_do_background()
[all …]
Dpng.h3300 png_uint_16pp gamma_16, png_uint_16pp gamma_16_from_1,
/external/libpng/
Dpngrtran.c2813 png_uint_16pp gamma_16, png_uint_16pp gamma_16_from_1, in png_do_background() argument
3011 if (gamma_16 != NULL) in png_do_background()
3027 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3101 if (gamma_16 != NULL) in png_do_background()
3122 png_uint_16 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3125 v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)]; in png_do_background()
3128 v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)]; in png_do_background()
3224 if (gamma_16 != NULL && gamma_16_from_1 != NULL && in png_do_background()
3237 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3381 if (gamma_16 != NULL && gamma_16_from_1 != NULL && in png_do_background()
[all …]
Dpng.h3618 png_uint_16pp gamma_16, png_uint_16pp gamma_16_from_1,