Lines Matching refs:BPP2
823 # define BPP2 2 macro
1750 png_uint_32 initial_val = BPP2 * png_pass_start[png_ptr->pass]; in png_combine_row()
1752 register int stride = BPP2 * png_pass_inc[png_ptr->pass]; in png_combine_row()
1754 register int rep_bytes = BPP2 * png_pass_width[png_ptr->pass]; in png_combine_row()
1758 register png_uint_32 final_val = BPP2 * len; /* GRR bugfix */ in png_combine_row()
1771 final_val += diff*BPP2; in png_combine_row()
2810 else if (pixel_bytes == BPP2) in png_do_read_interlace()
2846 sptr -= (width_mmx*BPP2 - BPP2); // sign fixed in png_do_read_interlace()
2847 dp -= (width_mmx*2*BPP2 - BPP2); // sign fixed in png_do_read_interlace()
2852 sptr -= BPP2; in png_do_read_interlace()
2853 png_memcpy(v, sptr, BPP2); in png_do_read_interlace()
2856 dp -= BPP2; in png_do_read_interlace()
2857 png_memcpy(dp, v, BPP2); in png_do_read_interlace()
3160 else if (pixel_bytes == BPP2) in png_do_read_interlace()
3166 png_memcpy(v, sptr, BPP2); in png_do_read_interlace()
3169 png_memcpy(dp, v, BPP2); in png_do_read_interlace()
3170 dp -= BPP2; in png_do_read_interlace()
3172 sptr -= BPP2; in png_do_read_interlace()