Searched refs:PLANARCONFIG_SEPARATE (Results 1 – 13 of 13) sorted by relevance
59 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFComputeTile()100 if (td->td_planarconfig == PLANARCONFIG_SEPARATE && in TIFFCheckTile()134 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFNumberOfTiles()
73 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteScanline()84 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteScanline()206 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteEncodedStrip()323 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFWriteRawStrip()540 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFSetupStrips()
25 if (tif->tif_dir.td_planarconfig == PLANARCONFIG_SEPARATE)
45 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFComputeStrip()68 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFNumberOfStrips()
239 #define PLANARCONFIG_SEPARATE 2 /* separate planes of data */ macro
506 case PLANARCONFIG_SEPARATE: in TIFFPrintDirectory()
1065 if (td->td_planarconfig == PLANARCONFIG_SEPARATE && s > 0) { in JPEGPreDecode()1791 if (td->td_planarconfig == PLANARCONFIG_SEPARATE && s > 0) { in JPEGPreEncode()
3597 (tif->tif_dir.td_planarconfig==PLANARCONFIG_SEPARATE)) in TIFFReadDirectory()3650 if (tif->tif_dir.td_planarconfig == PLANARCONFIG_SEPARATE) in TIFFReadDirectory()3964 (tif->tif_dir.td_planarconfig == PLANARCONFIG_SEPARATE && in TIFFReadDirectory()4374 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) in EstimateStripByteCounts()
312 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) { in TIFFSeek()
335 if (v != PLANARCONFIG_CONTIG && v != PLANARCONFIG_SEPARATE) in _TIFFVSetField()
483 !(planarconfig == PLANARCONFIG_SEPARATE && img->samplesperpixel > 1); in TIFFRGBAImageBegin()
322 return planarconfig != PLANARCONFIG_SEPARATE; in IsSupport()
1761 if ((samples_per_pixel >= 4) && (interlace == PLANARCONFIG_SEPARATE)) in ReadTIFFImage()1775 (interlace == PLANARCONFIG_SEPARATE) && (bits_per_sample < 64)) in ReadTIFFImage()3814 (void) TIFFSetField(tiff,TIFFTAG_PLANARCONFIG,PLANARCONFIG_SEPARATE); in WriteTIFFImage()