Lines Matching full:pass
57 * why subtract 8 from width_mmx in the pass 4/5 case?
64 * writes for odd passes (that is, pass == odd), it may also
134 * pass == 4 or 5, that caused visible corruption of interlaced images
372 * - rearranged pass-related if-blocks in png_do_read_interlace() to put most
421 * why subtract 8 from width_mmx in the pass 4/5 case? due to
964 If you want all pixels to be combined, pass 0xff (255) in mask. */
1126 png_uint_32 initial_val = BPP3 * png_pass_start[png_ptr->pass];
1128 register int stride = BPP3 * png_pass_inc[png_ptr->pass];
1130 register int rep_bytes = BPP3 * png_pass_width[png_ptr->pass];
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];
1433 png_uint_32 initial_val = png_pass_start[png_ptr->pass];
1435 register int stride = png_pass_inc[png_ptr->pass];
1437 register int rep_bytes = png_pass_width[png_ptr->pass];
1750 png_uint_32 initial_val = BPP2 * png_pass_start[png_ptr->pass];
1752 register int stride = BPP2 * png_pass_inc[png_ptr->pass];
1754 register int rep_bytes = BPP2 * png_pass_width[png_ptr->pass];
1940 png_uint_32 initial_val = BPP6 * png_pass_start[png_ptr->pass];
1942 register int stride = BPP6 * png_pass_inc[png_ptr->pass];
1944 register int rep_bytes = BPP6 * png_pass_width[png_ptr->pass];
1981 png_uint_32 initial_val = BPP8 * png_pass_start[png_ptr->pass];
1983 register int stride = BPP8 * png_pass_inc[png_ptr->pass];
1985 register int rep_bytes = BPP8 * png_pass_width[png_ptr->pass];
2054 int pass = png_ptr->pass;
2073 final_width = row_info->width * png_pass_inc[pass];
2110 for (j = 0; j < png_pass_inc[pass]; j++)
2167 for (j = 0; j < png_pass_inc[pass]; j++)
2224 for (j = 0; j < png_pass_inc[pass]; j++)
2281 if (((pass == 4) || (pass == 5)) && width)
2295 // (png_pass_inc[pass] + 1)*pixel_bytes
2350 for (j = 0; j < png_pass_inc[pass]; j++)
2358 else if (((pass == 2) || (pass == 3)) && width)
2362 // (png_pass_inc[pass] - 1)*pixel_bytes
2402 else if (width) // && ((pass == 0) || (pass == 1))
2406 // (png_pass_inc[pass] - 1)*pixel_bytes
2458 if (((pass == 4) || (pass == 5)) && width)
2503 for (j = 0; j < png_pass_inc[pass]; j++)
2510 else if (((pass == 2) || (pass == 3)) && width)
2557 for (j = 0; j < png_pass_inc[pass]; j++)
2564 else if (width) // && ((pass == 0) || (pass == 1))
2615 for (j = 0; j < png_pass_inc[pass]; j++)
2627 if (((pass == 4) || (pass == 5)) && width)
2670 for (j = 0; j < png_pass_inc[pass]; j++)
2677 else if (((pass == 2) || (pass == 3)) && width)
2721 for (j = 0; j < png_pass_inc[pass]; j++)
2728 else if (width) // && ((pass == 0) || (pass == 1))
2790 * for (j = 0; j < png_pass_inc[pass]; j++)
2800 for (j = 0; j < png_pass_inc[pass]; j++)
2812 if (((pass == 4) || (pass == 5)) && width)
2854 for (j = 0; j < png_pass_inc[pass]; j++)
2861 else if (((pass == 2) || (pass == 3)) && width)
2907 for (j = 0; j < png_pass_inc[pass]; j++)
2914 else if (width) // && ((pass == 0) || (pass == 1))
2962 for (j = 0; j < png_pass_inc[pass]; j++)
2976 if (((pass == 4) || (pass == 5)) && width)
3006 else if (((pass == 2) || (pass == 3)) && width)
3040 else if (width) // && ((pass == 0) || (pass == 1))
3086 for (j = 0; j < png_pass_inc[pass]; j++)
3117 for (j = 0; j < png_pass_inc[pass]; j++)
3132 for (j = 0; j < png_pass_inc[pass]; j++)
3153 for (j = 0; j < png_pass_inc[pass]; j++)
3167 for (j = 0; j < png_pass_inc[pass]; j++)
3182 for (j = 0; j < png_pass_inc[pass]; j++)
3197 for (j = 0; j < png_pass_inc[pass]; j++)