/external/pdfium/third_party/libtiff/ |
D | tif_write.c | 91 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()
|
D | tif_strip.c | 44 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()
|
D | tif_read.c | 198 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() 969 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFStartStrip()
|
D | tif_dir.h | 80 uint32 td_rowsperstrip; member
|
D | tif_jpeg.c | 1059 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()
|
D | tif_print.c | 474 if (td->td_rowsperstrip == (uint32) -1) in TIFFPrintDirectory() 477 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip); in TIFFPrintDirectory()
|
D | tif_aux.c | 196 *va_arg(ap, uint32 *) = td->td_rowsperstrip; in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 263 td->td_rowsperstrip = v32; in _TIFFVSetField() 875 *va_arg(ap, uint32*) = td->td_rowsperstrip; in _TIFFVGetField() 1307 td->td_rowsperstrip = (uint32) -1; in TIFFDefaultDirectory()
|
D | tif_pixarlog.c | 687 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupDecode() 887 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupEncode()
|
D | tif_luv.c | 1267 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState() 1367 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
|
D | tif_dirread.c | 3612 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory() 4345 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 5512 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
|
D | tif_ojpeg.c | 1061 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
|
D | tif_dirwrite.c | 500 … (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip)) in TIFFWriteDirectorySec()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_write.c | 91 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() 119 (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteScanline() 155 td->td_rowsperstrip; in TIFFWriteScanline() 210 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip); in TIFFWriteEncodedStrip() 223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteEncodedStrip() 298 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip); in TIFFWriteRawStrip() 303 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFWriteRawStrip()
|
D | tif_strip.c | 44 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()
|
D | tif_read.c | 198 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() 966 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip; in TIFFStartStrip()
|
D | tif_dir.h | 80 uint32 td_rowsperstrip; member
|
D | tif_jpeg.c | 1039 if (segment_height > td->td_rowsperstrip) in JPEGPreDecode() 1040 segment_height = td->td_rowsperstrip; in JPEGPreDecode() 1596 if (td->td_rowsperstrip < td->td_imagelength && in JPEGSetupEncode() 1597 (td->td_rowsperstrip % (sp->v_sampling * DCTSIZE)) != 0) { in JPEGSetupEncode() 1659 if (segment_height > td->td_rowsperstrip) in JPEGPreEncode() 1660 segment_height = td->td_rowsperstrip; in JPEGPreEncode()
|
D | tif_print.c | 472 if (td->td_rowsperstrip == (uint32) -1) in TIFFPrintDirectory() 475 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip); in TIFFPrintDirectory()
|
D | tif_aux.c | 196 *va_arg(ap, uint32 *) = td->td_rowsperstrip; in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 261 td->td_rowsperstrip = v32; in _TIFFVSetField() 855 *va_arg(ap, uint32*) = td->td_rowsperstrip; in _TIFFVGetField() 1287 td->td_rowsperstrip = (uint32) -1; in TIFFDefaultDirectory()
|
D | tif_luv.c | 1253 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState() 1353 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
|
D | tif_pixarlog.c | 673 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupDecode() 871 td->td_rowsperstrip), sizeof(uint16)); in PixarLogSetupEncode()
|
D | tif_dirread.c | 3631 tif->tif_dir.td_tilelength = tif->tif_dir.td_rowsperstrip; in TIFFReadDirectory() 4348 td->td_rowsperstrip = td->td_imagelength; in EstimateStripByteCounts() 5498 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
|
D | tif_ojpeg.c | 1047 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
|