Searched refs:TIFF_UPSAMPLED (Results 1 – 2 of 2) sorted by relevance
121 #define TIFF_UPSAMPLED 0x04000U /* library is doing data up-sampling */ macro217 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
2263 tif->tif_flags &= ~TIFF_UPSAMPLED; in JPEGResetUpsampled()2267 tif->tif_flags |= TIFF_UPSAMPLED; in JPEGResetUpsampled()
Completed in 8 milliseconds