Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h132 #define TIFF_UPSAMPLED 0x04000U /* library is doing data up-sampling */ macro
231 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
Dtif_jpeg.c2266 tif->tif_flags &= ~TIFF_UPSAMPLED; in JPEGResetUpsampled()
2270 tif->tif_flags |= TIFF_UPSAMPLED; in JPEGResetUpsampled()