Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_bitspersample

3788                     /* since if td_bitspersample has not yet been read (due to */
3803 if (tif->tif_dir.td_bitspersample > 24)
3809 tif->tif_dir.td_bitspersample);
3812 countpersample=(1U<<tif->tif_dir.td_bitspersample);
3937 if ( tif->tif_dir.td_bitspersample>=8 && tif->tif_dir.td_samplesperpixel==3)
3939 else if (tif->tif_dir.td_bitspersample>=8)
4041 if (tif->tif_dir.td_bitspersample>=16)
4044 tif->tif_dir.td_maxsamplevalue = (uint16)((1L<<tif->tif_dir.td_bitspersample)-1);