Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_bitspersample

465 				if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitspersample))
945 if (tif->tif_dir.td_bitspersample<=32)
957 if (tif->tif_dir.td_bitspersample<=8)
963 else if (tif->tif_dir.td_bitspersample<=16)
977 if (tif->tif_dir.td_bitspersample<=8)
983 else if (tif->tif_dir.td_bitspersample<=16)
1011 if (tif->tif_dir.td_bitspersample<=32)
1016 if (tif->tif_dir.td_bitspersample<=8)
1018 else if (tif->tif_dir.td_bitspersample<=16)
1023 if (tif->tif_dir.td_bitspersample<=8)
1025 else if (tif->tif_dir.td_bitspersample<=16)
1772 m=(1<<tif->tif_dir.td_bitspersample);
1800 m=(1<<tif->tif_dir.td_bitspersample);