HomeSort by relevance Sort by last modified time
    Searched refs:td_bitspersample (Results 1 - 16 of 16) sorted by null

  /external/pdfium/third_party/libtiff/
tif_next.c 159 if( td->td_bitspersample != 2 )
162 td->td_bitspersample);
tif_aux.c 98 if (td->td_bitspersample >= sizeof(tmsize_t) * 8 - 2)
101 n = ((tmsize_t)1)<<td->td_bitspersample;
155 (float)((1L<<td->td_bitspersample)-1L);
181 *va_arg(ap, uint16 *) = td->td_bitspersample;
218 *va_arg(ap, uint16 *) = (1<<td->td_bitspersample)-1;
tif_strip.c 123 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
309 samplingrow_size = TIFFhowmany_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module),8);
316 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,scanline_samples,td->td_bitspersample,module),8);
321 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,td->td_imagewidth,td->td_bitspersample,module),8);
358 scanline = _TIFFMultiply64(tif, td->td_bitspersample, td->td_imagewidth, module);
tif_thunder.c 75 if( tif->tif_dir.td_bitspersample != 4 )
79 (int) tif->tif_dir.td_bitspersample );
tif_predict.c 67 if (td->td_bitspersample != 8
68 && td->td_bitspersample != 16
69 && td->td_bitspersample != 32) {
72 td->td_bitspersample);
118 switch (td->td_bitspersample) {
197 switch (td->td_bitspersample) {
383 uint32 bps = tif->tif_dir.td_bitspersample / 8;
581 uint32 bps = tif->tif_dir.td_bitspersample / 8;
tif_tile.c 161 rowsize = _TIFFMultiply64(tif, td->td_bitspersample, td->td_tilewidth,
242 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
tif_dir.c 190 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap);
199 if (td->td_bitspersample == 8)
201 else if (td->td_bitspersample == 16)
203 else if (td->td_bitspersample == 24)
205 else if (td->td_bitspersample == 32)
207 else if (td->td_bitspersample == 64)
209 else if (td->td_bitspersample == 128) /* two 64's */
326 v32 = (uint32)(1L<<td->td_bitspersample);
389 && td->td_bitspersample == 32
394 && td->td_bitspersample == 6
    [all...]
tif_dir.h 72 uint16 td_bitspersample; member in struct:__anon29468
tif_jpeg.c 974 if( tif->tif_dir.td_bitspersample == 12 )
    [all...]
tif_print.c 311 fprintf(fd, " Bits/Sample: %u\n", td->td_bitspersample);
519 n = 1L<<td->td_bitspersample;
540 n = 1L<<td->td_bitspersample;
tif_pixarlog.c 611 switch (td->td_bitspersample) {
702 td->td_bitspersample);
767 td->td_bitspersample);
872 td->td_bitspersample);
904 TIFFErrorExt(tif->tif_clientdata, module, "PixarLog compression can't handle %d bit linear encodings", td->td_bitspersample);
1137 td->td_bitspersample);
    [all...]
tif_dirwrite.c 465 if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitspersample))
    [all...]
tif_getimage.c 87 switch (td->td_bitspersample) {
96 td->td_bitspersample);
119 && td->td_bitspersample < 8 ) {
125 td->td_bitspersample);
196 if( td->td_samplesperpixel != 3 || colorchannels != 3 || td->td_bitspersample != 8 )
202 "Bits/sample", td->td_bitspersample);
    [all...]
tif_luv.c 1243 switch (PACK(td->td_samplesperpixel, td->td_bitspersample, td->td_sampleformat)) {
    [all...]
tif_dirread.c     [all...]
tif_fax3.c 483 if (td->td_bitspersample != 1) {
    [all...]

Completed in 78 milliseconds