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

Lines Matching refs:pixel_depth

426  *  - enable pixel_depth == 8 cases in png_read_filter_row()? (test speed)
992 (png_size_t)PNG_ROWBYTES(png_ptr->row_info.pixel_depth,png_ptr->width));
996 switch (png_ptr->row_info.pixel_depth)
998 case 24: /* png_ptr->row_info.pixel_depth */
1164 case 32: /* png_ptr->row_info.pixel_depth */
1335 case 8: /* png_ptr->row_info.pixel_depth */
1470 case 1: /* png_ptr->row_info.pixel_depth */
1527 case 2: /* png_ptr->row_info.pixel_depth */
1582 case 4: /* png_ptr->row_info.pixel_depth */
1637 case 16: /* png_ptr->row_info.pixel_depth */
1786 case 48: /* png_ptr->row_info.pixel_depth */
1976 case 64: /* png_ptr->row_info.pixel_depth */
2016 default: /* png_ptr->row_info.pixel_depth != 1,2,4,8,16,24,32,48,64 */
2021 "png_combine_row() pixel_depth)\n");
2025 } /* end switch (png_ptr->row_info.pixel_depth) */
2075 switch (row_info->pixel_depth)
2256 pixel_bytes = (row_info->pixel_depth >> 3);
3217 } /* end switch (row_info->pixel_depth) */
3221 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,final_width);
3255 bpp = (row_info->pixel_depth + 7) >> 3; // calc number of bytes per pixel
4020 bpp = (row_info->pixel_depth + 7) >> 3; // calc number of bytes per pixel
5133 bpp = (row_info->pixel_depth + 7) >> 3; // calc number of bytes per pixel
5791 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5806 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5821 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5837 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5856 png_debug2(0, "pixdepth=%d, bytes=%d, ", (int)row_info->pixel_depth,
5857 (int)((row_info->pixel_depth + 7) >> 3));
5870 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5883 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
5899 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5927 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5942 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;
5966 (row_info->pixel_depth >= png_ptr->mmx_bitdepth_threshold) &&
5983 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3;