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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffiop.h91 #define TIFF_UPSAMPLED 0x4000 /* library is doing data up-sampling */ macro
168 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
H A Dtif_jpeg.c1372 tif->tif_flags &= ~TIFF_UPSAMPLED;
1376 tif->tif_flags |= TIFF_UPSAMPLED;
H A Dtif_ojpeg.c2284 tif->tif_flags &= ~TIFF_UPSAMPLED;
2289 ) tif->tif_flags |= TIFF_UPSAMPLED;
2293 if ((tif->tif_flags ^ v32) & TIFF_UPSAMPLED)

Completed in 203 milliseconds