Searched refs:BPP4 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c825 # define BPP4 4 // (defined only to help avoid cut-and-paste errors) macro
1299 png_uint_32 initial_val = BPP4 * png_pass_start[png_ptr->pass];
1301 register int stride = BPP4 * png_pass_inc[png_ptr->pass];
1303 register int rep_bytes = BPP4 * png_pass_width[png_ptr->pass];
1307 register png_uint_32 final_val = BPP4 * len; /* GRR bugfix */
1320 final_val += diff*BPP4;
2456 else if (pixel_bytes == BPP4)
2495 sptr -= (width_mmx*BPP4 - BPP4); // sign fixed
2496 dp -= (width_mmx*2*BPP4
[all...]
H A Dpngrutil.c2300 #define BPP4 4 macro
2391 png_uint_32 initial_val = BPP4 * png_pass_start[png_ptr->pass];
2393 register int stride = BPP4 * png_pass_inc[png_ptr->pass];
2395 register int rep_bytes = BPP4 * png_pass_width[png_ptr->pass];
2399 register png_uint_32 final_val = BPP4 * len; /* GRR bugfix */
2412 final_val += diff*BPP4;

Completed in 259 milliseconds