Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:pixel_depth

16  * a sign error in the post-MMX cleanup code for each pixel_depth resulted
134 (png_size_t)PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
141 switch (png_ptr->row_info.pixel_depth)
260 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
404 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
510 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
792 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
956 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
984 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
999 } /* end switch (png_ptr->row_info.pixel_depth) */
1034 switch (row_info->pixel_depth)
1216 pixel_bytes = (row_info->pixel_depth >> 3);
1911 } /* end switch (row_info->pixel_depth) */
1915 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,final_width);
1948 bpp = (row_info->pixel_depth + 7) >> 3; // Get # bytes per pixel
2387 bpp = (row_info->pixel_depth + 7) >> 3; // Get # bytes per pixel
3284 bpp = (row_info->pixel_depth + 7) >> 3; // Get # bytes per pixel
3369 // bpp = (row_info->pixel_depth + 7) >> 3;
3743 png_debug2(0, "pd=%2d, b=%d, ", (int)row_info->pixel_depth,
3744 (int)((row_info->pixel_depth + 7) >> 3));
3757 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
3769 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
3786 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
3814 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
3828 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
3852 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
3867 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;