Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_bitspersample

3745                     /* since if td_bitspersample has not yet been read (due to */
3760 if (tif->tif_dir.td_bitspersample > 24)
3765 tif->tif_dir.td_bitspersample);
3768 countpersample=(1L<<tif->tif_dir.td_bitspersample);
3893 if ( tif->tif_dir.td_bitspersample>=8 && tif->tif_dir.td_samplesperpixel==3)
3895 else if (tif->tif_dir.td_bitspersample>=8)
3997 if (tif->tif_dir.td_bitspersample>=16)
4000 tif->tif_dir.td_maxsamplevalue = (uint16)((1L<<tif->tif_dir.td_bitspersample)-1);