Home
last modified time | relevance | path

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

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