Searched refs:BPP6 (Results 1 – 2 of 2) sorted by relevance
826 # define BPP6 6 macro1940 png_uint_32 initial_val = BPP6 * png_pass_start[png_ptr->pass]; in png_combine_row()1942 register int stride = BPP6 * png_pass_inc[png_ptr->pass]; in png_combine_row()1944 register int rep_bytes = BPP6 * png_pass_width[png_ptr->pass]; in png_combine_row()1948 register png_uint_32 final_val = BPP6 * len; /* GRR bugfix */ in png_combine_row()1961 final_val += diff*BPP6; in png_combine_row()3079 else if (pixel_bytes == BPP6) // why no MMX for this case? in png_do_read_interlace()3085 png_memcpy(v, sptr, BPP6); in png_do_read_interlace()3088 png_memcpy(dp, v, BPP6); in png_do_read_interlace()3089 dp -= BPP6; in png_do_read_interlace()[all …]
2301 #define BPP6 6 /* (defined only to help avoid cut-and-paste errors) */ macro2686 png_uint_32 initial_val = BPP6 * png_pass_start[png_ptr->pass]; in png_combine_row()2688 register int stride = BPP6 * png_pass_inc[png_ptr->pass]; in png_combine_row()2690 register int rep_bytes = BPP6 * png_pass_width[png_ptr->pass]; in png_combine_row()2694 register png_uint_32 final_val = BPP6 * len; /* GRR bugfix */ in png_combine_row()2707 final_val += diff*BPP6; in png_combine_row()