• Home
  • Raw
  • Download

Lines Matching refs:gamma_shift

1468          png_ptr->gamma_shift  in png_do_read_transformations()
1483 png_ptr->gamma_shift); in png_do_read_transformations()
2414 png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
2417 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
2419 png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
2423 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
2512 png_ptr->gamma_shift][red>>8]; in png_do_rgb_to_gray()
2515 png_ptr->gamma_shift][green>>8]; in png_do_rgb_to_gray()
2517 png_ptr->gamma_shift][blue>>8]; in png_do_rgb_to_gray()
2521 png_ptr->gamma_shift][gray16 >> 8]; in png_do_rgb_to_gray()
2814 png_uint_16pp gamma_16_to_1, int gamma_shift in png_do_background() argument
3027 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; 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()
3237 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3256 g = gamma_16_to_1[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3258 w = gamma_16_from_1[(v&0xff) >> gamma_shift][v >> 8]; in png_do_background()
3394 v = gamma_16[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3397 v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)]; in png_do_background()
3400 v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)]; in png_do_background()
3418 v = gamma_16_to_1[*(sp + 1) >> gamma_shift][*sp]; in png_do_background()
3420 x = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8]; in png_do_background()
3423 v = gamma_16_to_1[*(sp + 3) >> gamma_shift][*(sp + 2)]; in png_do_background()
3425 x = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8]; in png_do_background()
3428 v = gamma_16_to_1[*(sp + 5) >> gamma_shift][*(sp + 4)]; in png_do_background()
3430 x = gamma_16_from_1[(w & 0xff) >> gamma_shift][w >> 8]; in png_do_background()
3507 int gamma_shift) in png_do_gamma() argument
3546 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3550 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3554 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3584 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3588 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3592 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3617 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
3676 png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp]; in png_do_gamma()
4282 png_ptr->gamma_shift = (png_byte)shift; in png_build_gamma_table()