Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_samplesperpixel

710 	    (tif->tif_dir.td_samplesperpixel==3))
849 if (n!=8+data->tif->tif_dir.td_samplesperpixel*3)
857 for (o=1; o<data->tif->tif_dir.td_samplesperpixel; o++)
1097 td->td_samplesperpixel : 1)) {
1609 sp->cinfo.c.input_components = td->td_samplesperpixel;
1617 if ((td->td_photometric == PHOTOMETRIC_MINISWHITE || td->td_photometric == PHOTOMETRIC_MINISBLACK) && td->td_samplesperpixel == 1)
1619 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3)
1621 else if (td->td_photometric == PHOTOMETRIC_SEPARATED && td->td_samplesperpixel == 4)
1790 sp->cinfo.c.input_components = td->td_samplesperpixel;