Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.19/
Dpnggccrd.c827 # define BPP8 8 macro
1981 png_uint_32 initial_val = BPP8 * png_pass_start[png_ptr->pass]; in png_combine_row()
1983 register int stride = BPP8 * png_pass_inc[png_ptr->pass]; in png_combine_row()
1985 register int rep_bytes = BPP8 * png_pass_width[png_ptr->pass]; in png_combine_row()
1989 register png_uint_32 final_val = BPP8 * len; /* GRR bugfix */ in png_combine_row()
2002 final_val += diff*BPP8; in png_combine_row()
2972 else if (pixel_bytes == BPP8) in png_do_read_interlace()
3190 else if (pixel_bytes == BPP8) in png_do_read_interlace()
3196 png_memcpy(v, sptr, BPP8); in png_do_read_interlace()
3199 png_memcpy(dp, v, BPP8); in png_do_read_interlace()
[all …]
Dpngrutil.c2302 #define BPP8 8 macro
2726 png_uint_32 initial_val = BPP8 * png_pass_start[png_ptr->pass]; in png_combine_row()
2728 register int stride = BPP8 * png_pass_inc[png_ptr->pass]; in png_combine_row()
2730 register int rep_bytes = BPP8 * png_pass_width[png_ptr->pass]; in png_combine_row()
2734 register png_uint_32 final_val = BPP8 * len; /* GRR bugfix */ in png_combine_row()
2747 final_val += diff*BPP8; in png_combine_row()