Lines Matching refs:tiff_bitspersample

167 	uint16 tiff_bitspersample;  member
1317 TIFFGetFieldDefaulted(input, TIFFTAG_BITSPERSAMPLE, &(t2p->tiff_bitspersample)); in t2p_read_tiff_data()
1318 switch(t2p->tiff_bitspersample){ in t2p_read_tiff_data()
1329 t2p->tiff_bitspersample=1; in t2p_read_tiff_data()
1336 t2p->tiff_bitspersample); in t2p_read_tiff_data()
1392 if (t2p->tiff_bitspersample==1){ in t2p_read_tiff_data()
1421 if( t2p->tiff_bitspersample != 8 ) in t2p_read_tiff_data()
1426 t2p->tiff_bitspersample); in t2p_read_tiff_data()
1434 if( t2p->tiff_bitspersample != 8 ) in t2p_read_tiff_data()
1439 t2p->tiff_bitspersample); in t2p_read_tiff_data()
1488 t2p->pdf_palettesize=0x0001<<t2p->tiff_bitspersample; in t2p_read_tiff_data()
1557 t2p->pdf_palettesize=0x0001<<t2p->tiff_bitspersample; in t2p_read_tiff_data()
1612 if( t2p->tiff_bitspersample != 8){ in t2p_read_tiff_data()
1616 t2p->tiff_bitspersample); in t2p_read_tiff_data()
1643 if( t2p->tiff_bitspersample != 8){ in t2p_read_tiff_data()
1647 t2p->tiff_bitspersample); in t2p_read_tiff_data()
1688 if(t2p->tiff_bitspersample!=8){ in t2p_read_tiff_data()
1693 t2p->tiff_bitspersample); in t2p_read_tiff_data()
1877 if( t2p->tiff_bitspersample==1 && in t2p_read_tiff_data()
2641 TIFFSetField(output, TIFFTAG_BITSPERSAMPLE, t2p->tiff_bitspersample); in t2p_readwrite_pdf_image()
3084 TIFFSetField(output, TIFFTAG_BITSPERSAMPLE, t2p->tiff_bitspersample); in t2p_readwrite_pdf_image_tile()
3320 ojpegdata[t2p->pdf_ojpegdatalength++]=(t2p->tiff_bitspersample & 0xff); in t2p_process_ojpeg_tables()
4836 buflen=snprintf(buffer, sizeof(buffer), "%u", t2p->tiff_bitspersample); in t2p_write_pdf_xobject_stream_dict()
4881 buflen=snprintf(buffer, sizeof(buffer), "%u", (0x0001 << t2p->tiff_bitspersample)-1 ); in t2p_write_pdf_xobject_cs()
4986 buflen=snprintf(buffer, sizeof(buffer), "/Size [%u] \n", (1<<t2p->tiff_bitspersample)); in t2p_write_pdf_transfer_dict()
4990 written += t2p_write_pdf_stream_dict(((tsize_t)1)<<(t2p->tiff_bitspersample+1), 0, output); in t2p_write_pdf_transfer_dict()
5001 (((tsize_t)1)<<(t2p->tiff_bitspersample+1)), in t2p_write_pdf_transfer_stream()
5285 buflen=snprintf(buffer, sizeof(buffer), "%u", t2p->tiff_bitspersample); in t2p_write_pdf_xobject_stream_filter()