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

1 2

  /external/pdfium/third_party/libtiff/
tif_next.c 153 if( td->td_bitspersample != 2 )
156 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);
115 switch (td->td_bitspersample) {
194 switch (td->td_bitspersample) {
380 uint32 bps = tif->tif_dir.td_bitspersample / 8;
578 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:__anon23096
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 610 switch (td->td_bitspersample) {
700 td->td_bitspersample);
765 td->td_bitspersample);
864 td->td_bitspersample);
896 TIFFErrorExt(tif->tif_clientdata, module, "PixarLog compression can't handle %d bit linear encodings", td->td_bitspersample);
1129 td->td_bitspersample);
    [all...]
tif_dirwrite.c 465 if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitspersample))
    [all...]
tif_getimage.c 86 switch (td->td_bitspersample) {
95 td->td_bitspersample);
118 && td->td_bitspersample < 8 ) {
124 td->td_bitspersample);
194 if( td->td_samplesperpixel != 3 || td->td_bitspersample != 8 )
199 "Bits/sample", td->td_bitspersample);
    [all...]
  /external/opencv3/3rdparty/libtiff/
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);
320 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,td->td_imagewidth,td->td_bitspersample,module),8);
352 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 65 if (td->td_bitspersample != 8
66 && td->td_bitspersample != 16
67 && td->td_bitspersample != 32) {
70 td->td_bitspersample);
113 switch (td->td_bitspersample) {
192 switch (td->td_bitspersample) {
373 uint32 bps = tif->tif_dir.td_bitspersample / 8;
548 uint32 bps = tif->tif_dir.td_bitspersample / 8;
tif_tile.c 151 rowsize = _TIFFMultiply64(tif, td->td_bitspersample, td->td_tilewidth,
219 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
tif_jpeg.c 954 if( tif->tif_dir.td_bitspersample == 12 )
    [all...]
tif_dir.c 188 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap);
197 if (td->td_bitspersample == 8)
199 else if (td->td_bitspersample == 16)
201 else if (td->td_bitspersample == 24)
203 else if (td->td_bitspersample == 32)
205 else if (td->td_bitspersample == 64)
207 else if (td->td_bitspersample == 128) /* two 64's */
318 v32 = (uint32)(1L<<td->td_bitspersample);
381 && td->td_bitspersample == 32
386 && td->td_bitspersample == 6
    [all...]
tif_dir.h 72 uint16 td_bitspersample; member in struct:__anon21817
tif_print.c 309 fprintf(fd, " Bits/Sample: %u\n", td->td_bitspersample);
517 n = 1L<<td->td_bitspersample;
538 n = 1L<<td->td_bitspersample;
tif_lzma.c 455 sp->opt_delta.dist = (tif->tif_dir.td_bitspersample % 8) ?
456 1 : tif->tif_dir.td_bitspersample / 8;
tif_pixarlog.c 610 switch (td->td_bitspersample) {
684 td->td_bitspersample);
749 td->td_bitspersample);
848 td->td_bitspersample);
880 TIFFErrorExt(tif->tif_clientdata, module, "PixarLog compression can't handle %d bit linear encodings", td->td_bitspersample);
    [all...]
tif_dirwrite.c 465 if (!TIFFWriteDirectoryTagShortPerSample(tif,&ndir,dir,TIFFTAG_BITSPERSAMPLE,tif->tif_dir.td_bitspersample))
    [all...]

Completed in 164 milliseconds

1 2