Home
last modified time | relevance | path

Searched refs:BPP2 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpnggccrd.c823 # 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()
[all …]
Dpngrutil.c2298 #define BPP2 2 macro
2642 png_uint_32 initial_val = BPP2 * png_pass_start[png_ptr->pass]; in png_combine_row()
2644 register int stride = BPP2 * png_pass_inc[png_ptr->pass]; in png_combine_row()
2646 register int rep_bytes = BPP2 * png_pass_width[png_ptr->pass]; in png_combine_row()
2650 register png_uint_32 final_val = BPP2 * len; /* GRR bugfix */ in png_combine_row()
2663 final_val += diff*BPP2; in png_combine_row()