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 161 if( td->td_bitspersample != 2 )
164 td->td_bitspersample);
tif_aux.c 98 if (td->td_bitspersample >= sizeof(tmsize_t) * 8 - 2)
101 n = ((tmsize_t)1)<<td->td_bitspersample;
159 (float)((1L<<td->td_bitspersample)-1L);
185 *va_arg(ap, uint16 *) = td->td_bitspersample;
229 *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_predict.c 67 if (td->td_bitspersample != 8
68 && td->td_bitspersample != 16
69 && td->td_bitspersample != 32) {
72 td->td_bitspersample);
83 if (td->td_bitspersample != 16
84 && td->td_bitspersample != 24
85 && td->td_bitspersample != 32
86 && td->td_bitspersample != 64) { /* Should 64 be allowed? */
89 td->td_bitspersample);
127 switch (td->td_bitspersample) {
    [all...]
tif_thunder.c 75 if( tif->tif_dir.td_bitspersample != 4 )
79 (int) tif->tif_dir.td_bitspersample );
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 202 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap);
211 if (td->td_bitspersample == 8)
213 else if (td->td_bitspersample == 16)
215 else if (td->td_bitspersample == 24)
217 else if (td->td_bitspersample == 32)
219 else if (td->td_bitspersample == 64)
221 else if (td->td_bitspersample == 128) /* two 64's */
360 v32 = (uint32)(1L<<td->td_bitspersample);
423 && td->td_bitspersample == 32
428 && td->td_bitspersample == 6
    [all...]
tif_dir.h 72 uint16 td_bitspersample; member in struct:__anon35331
tif_jpeg.c 976 if( tif->tif_dir.td_bitspersample == 12 )
    [all...]
tif_print.c 310 fprintf(fd, " Bits/Sample: %u\n", td->td_bitspersample);
522 n = 1L<<td->td_bitspersample;
544 n = 1L<<td->td_bitspersample;
tif_pixarlog.c 613 switch (td->td_bitspersample) {
711 td->td_bitspersample);
779 td->td_bitspersample);
891 td->td_bitspersample);
923 TIFFErrorExt(tif->tif_clientdata, module, "PixarLog compression can't handle %d bit linear encodings", td->td_bitspersample);
    [all...]
tif_dirwrite.c 466 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);
123 && td->td_bitspersample < 8 ) {
129 td->td_bitspersample);
199 if ( td->td_samplesperpixel != 3 || colorchannels != 3 || td->td_bitspersample != 8 ) {
204 "Bits/sample", td->td_bitspersample);
    [all...]
tif_luv.c 1252 switch (PACK(td->td_samplesperpixel, td->td_bitspersample, td->td_sampleformat)) {
    [all...]
tif_dirread.c     [all...]
tif_fax3.c 513 if (td->td_bitspersample != 1) {
    [all...]

Completed in 162 milliseconds