Home
last modified time | relevance | path

Searched refs:td_rowsperstrip (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_write.c91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFWriteScanline()
93 strip = row / td->td_rowsperstrip; in TIFFWriteScanline()
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteScanline()
123 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline()
159 td->td_rowsperstrip; in TIFFWriteScanline()
214 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip()
232 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip()
318 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip()
327 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
Dtif_strip.c44 strip = row / td->td_rowsperstrip; in TIFFComputeStrip()
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips()
67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip)); in TIFFNumberOfStrips()
206 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64()
Dtif_read.c198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip; in TIFFSeek()
200 strip = row / td->td_rowsperstrip; in TIFFSeek()
341 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStrip()
972 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFStartStrip()
Dtif_dir.h80 uint32 td_rowsperstrip; member
Dtif_jpeg.c1059 if (segment_height > td->td_rowsperstrip) in JPEGPreDecode()
1060 segment_height = td->td_rowsperstrip; in JPEGPreDecode()
1708 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode()
1709 (td->td_rowsperstrip % (sp->v_sampling * DCTSIZE)) != 0) { in JPEGSetupEncode()
1771 if (segment_height > td->td_rowsperstrip) in JPEGPreEncode()
1772 segment_height = td->td_rowsperstrip; in JPEGPreEncode()
Dtif_print.c474 if (td->td_rowsperstrip == (uint32) -1) in TIFFPrintDirectory()
477 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip); in TIFFPrintDirectory()
Dtif_aux.c196 *va_arg(ap, uint32 *) = td->td_rowsperstrip; in TIFFVGetFieldDefaulted()
Dtif_dir.c263 td->td_rowsperstrip = v32; in _TIFFVSetField()
883 *va_arg(ap, uint32*) = td->td_rowsperstrip; in _TIFFVGetField()
1315 td->td_rowsperstrip = (uint32) -1; in TIFFDefaultDirectory()
Dtif_pixarlog.c688 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupDecode()
895 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupEncode()
Dtif_luv.c1300 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1400 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
Dtif_dirread.c3612 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory()
4356 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts()
5535 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
Dtif_ojpeg.c1061 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
Dtif_dirwrite.c500 … (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip)) in TIFFWriteDirectorySec()