Searched refs:TIFF_UPSAMPLED (Results 1 – 4 of 4) sorted by relevance
115 #define TIFF_UPSAMPLED 0x04000 /* library is doing data up-sampling */ macro211 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
1990 tif->tif_flags &= ~TIFF_UPSAMPLED; in JPEGResetUpsampled()1994 tif->tif_flags |= TIFF_UPSAMPLED; in JPEGResetUpsampled()
120 #define TIFF_UPSAMPLED 0x04000 /* library is doing data up-sampling */ macro216 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
2109 tif->tif_flags &= ~TIFF_UPSAMPLED; in JPEGResetUpsampled()2113 tif->tif_flags |= TIFF_UPSAMPLED; in JPEGResetUpsampled()