Lines Matching refs:gamma_16
2803 png_uint_16pp gamma_16, png_uint_16pp gamma_16_from_1, in png_do_background() argument
3001 if (gamma_16 != NULL) in png_do_background()
3017 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3091 if (gamma_16 != NULL) in png_do_background()
3112 png_uint_16 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3115 v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)]; in png_do_background()
3118 v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)]; in png_do_background()
3214 if (gamma_16 != NULL && gamma_16_from_1 != NULL && in png_do_background()
3227 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3371 if (gamma_16 != NULL && gamma_16_from_1 != NULL && in png_do_background()
3384 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3387 v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)]; in png_do_background()
3390 v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)]; in png_do_background()