Lines Matching refs:tiff_samplesperpixel

168 	uint16 tiff_samplesperpixel;  member
1341 TIFFGetFieldDefaulted(input, TIFFTAG_SAMPLESPERPIXEL, &(t2p->tiff_samplesperpixel)); in t2p_read_tiff_data()
1342 if(t2p->tiff_samplesperpixel>4){ in t2p_read_tiff_data()
1347 t2p->tiff_samplesperpixel); in t2p_read_tiff_data()
1351 if(t2p->tiff_samplesperpixel==0){ in t2p_read_tiff_data()
1356 t2p->tiff_samplesperpixel=1; in t2p_read_tiff_data()
1406 if(t2p->tiff_samplesperpixel == 3){ in t2p_read_tiff_data()
1413 if(t2p->tiff_samplesperpixel > 3) { in t2p_read_tiff_data()
1414 if(t2p->tiff_samplesperpixel == 4) { in t2p_read_tiff_data()
1464 t2p->tiff_samplesperpixel); in t2p_read_tiff_data()
1473 t2p->tiff_samplesperpixel); in t2p_read_tiff_data()
1479 if(t2p->tiff_samplesperpixel!=1){ in t2p_read_tiff_data()
1535 if(t2p->tiff_samplesperpixel==4){ in t2p_read_tiff_data()
1542 t2p->tiff_samplesperpixel); in t2p_read_tiff_data()
1548 if(t2p->tiff_samplesperpixel!=1){ in t2p_read_tiff_data()
1591 if(t2p->tiff_samplesperpixel==1){ in t2p_read_tiff_data()
1604 if( t2p->tiff_samplesperpixel != 3){ in t2p_read_tiff_data()
1608 t2p->tiff_samplesperpixel); in t2p_read_tiff_data()
1635 if( t2p->tiff_samplesperpixel != 3){ in t2p_read_tiff_data()
1639 t2p->tiff_samplesperpixel); in t2p_read_tiff_data()
1813 t2p->tiff_samplesperpixel=4; in t2p_read_tiff_data()
1816 t2p->tiff_samplesperpixel=3; in t2p_read_tiff_data()
1878 t2p->tiff_samplesperpixel==1){ in t2p_read_tiff_data()
2016 k = checkMultiply64(k, t2p->tiff_samplesperpixel, t2p); in t2p_read_tiff_size()
2090 k = checkMultiply64(k, t2p->tiff_samplesperpixel, t2p); in t2p_read_tiff_size_tile()
2480 stripsize=sepstripsize*t2p->tiff_samplesperpixel; in t2p_readwrite_pdf_image()
2481 stripcount=sepstripcount/t2p->tiff_samplesperpixel; in t2p_readwrite_pdf_image()
2505 for(j=0;j<t2p->tiff_samplesperpixel;j++){ in t2p_readwrite_pdf_image()
2568 t2p->tiff_datasize * t2p->tiff_samplesperpixel); in t2p_readwrite_pdf_image()
2579 t2p->tiff_datasize *= t2p->tiff_samplesperpixel; in t2p_readwrite_pdf_image()
2642 TIFFSetField(output, TIFFTAG_SAMPLESPERPIXEL, t2p->tiff_samplesperpixel); in t2p_readwrite_pdf_image()
2965 tilecount=septilecount/t2p->tiff_samplesperpixel; in t2p_readwrite_pdf_image_tile()
2987 for(i=0;i<t2p->tiff_samplesperpixel;i++){ in t2p_readwrite_pdf_image_tile()
3085 TIFFSetField(output, TIFFTAG_SAMPLESPERPIXEL, t2p->tiff_samplesperpixel); in t2p_readwrite_pdf_image_tile()
3248 if(q_length < (64U * t2p->tiff_samplesperpixel)){ in t2p_process_ojpeg_tables()
3305 table_count=t2p->tiff_samplesperpixel; in t2p_process_ojpeg_tables()
3319 ojpegdata[t2p->pdf_ojpegdatalength++]=(8 + 3*t2p->tiff_samplesperpixel); in t2p_process_ojpeg_tables()
3340 ojpegdata[t2p->pdf_ojpegdatalength++]=(t2p->tiff_samplesperpixel & 0xff); in t2p_process_ojpeg_tables()
3341 for(i=0;i<t2p->tiff_samplesperpixel;i++){ in t2p_process_ojpeg_tables()
3351 for(dest=0;dest<t2p->tiff_samplesperpixel;dest++){ in t2p_process_ojpeg_tables()
3422 ojpegdata[t2p->pdf_ojpegdatalength++]=(6 + 2*t2p->tiff_samplesperpixel); in t2p_process_ojpeg_tables()
3423 ojpegdata[t2p->pdf_ojpegdatalength++]=t2p->tiff_samplesperpixel & 0xff; in t2p_process_ojpeg_tables()
3424 for(i=0;i<t2p->tiff_samplesperpixel;i++){ in t2p_process_ojpeg_tables()
3637 stride=samplebuffersize/t2p->tiff_samplesperpixel; in t2p_sample_planar_separate_to_contig()
3639 for(j=0;j<t2p->tiff_samplesperpixel;j++){ in t2p_sample_planar_separate_to_contig()
3640 buffer[i*t2p->tiff_samplesperpixel + j] = samplebuffer[i + j*stride]; in t2p_sample_planar_separate_to_contig()
3656 component_count=t2p->tiff_samplesperpixel; in t2p_sample_realize_palette()
5132 buflen=snprintf(buffer, sizeof(buffer), "%u \n", t2p->tiff_samplesperpixel); in t2p_write_pdf_xobject_icccs_dict()
5182 for (i=0;i<t2p->tiff_samplesperpixel;i++){ in t2p_write_pdf_xobject_decode()
5281 buflen=snprintf(buffer, sizeof(buffer), "%u", t2p->tiff_samplesperpixel); in t2p_write_pdf_xobject_stream_filter()