Searched refs:TIFF_UPSAMPLED (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtiffiop.h115 #define TIFF_UPSAMPLED 0x04000 /* library is doing data up-sampling */ macro
211 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
H A Dtif_jpeg.c1990 tif->tif_flags &= ~TIFF_UPSAMPLED;
1994 tif->tif_flags |= TIFF_UPSAMPLED;
/external/pdfium/third_party/libtiff/
H A Dtiffiop.h120 #define TIFF_UPSAMPLED 0x04000 /* library is doing data up-sampling */ macro
216 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
H A Dtif_jpeg.c2109 tif->tif_flags &= ~TIFF_UPSAMPLED;
2113 tif->tif_flags |= TIFF_UPSAMPLED;

Completed in 167 milliseconds