Searched refs:isUpSampled (Results 1 – 5 of 5) sorted by relevance
84 (!isUpSampled(tif))) in TIFFVStripSize64()266 (!isUpSampled(tif))) in TIFFScanlineSize64()
202 (!isUpSampled(tif))) in TIFFVTileSize64()
650 return (isUpSampled(tif));
5848 (!isUpSampled(tif))) in ChopUpSingleUncompressedStrip()5924 (!isUpSampled(tif))) in TryChopUpUncompressedBigTiff()
232 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0) macro