Searched refs:tif_decoderow (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dumpmode.c110 tif->tif_decoderow = DumpModeDecode;
H A Dtif_next.c137 tif->tif_decoderow = NeXTDecode;
H A Dtif_thunder.c152 tif->tif_decoderow = ThunderDecodeRow;
H A Dtif_predict.c97 sp->coderow = tif->tif_decoderow;
98 tif->tif_decoderow = PredictorDecodeRow;
H A Dtif_compress.c139 tif->tif_decoderow = _TIFFNoRowDecode;
H A Dtif_packbits.c291 tif->tif_decoderow = PackBitsDecode;
H A Dtiffiop.h123 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member in struct:tiff
H A Dtif_fax3.c509 tif->tif_decoderow = Fax3Decode2D;
1309 tif->tif_decoderow = Fax3Decode1D;
1429 tif->tif_decoderow = Fax4Decode;
1500 tif->tif_decoderow = Fax3DecodeRLE;
1516 tif->tif_decoderow = Fax3DecodeRLE;
H A Dtif_luv.c348 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
364 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
1323 tif->tif_decoderow = LogLuvDecode24;
1336 tif->tif_decoderow = LogLuvDecode32;
1353 tif->tif_decoderow = LogL16Decode;
1573 * NB: tif_decoderow & tif_encoderow are filled
H A Dtif_lzw.c228 tif->tif_decoderow = LZWDecodeCompat;
708 tif->tif_decoderow = LZWDecode;
H A Dtif_zip.c349 tif->tif_decoderow = ZIPDecode;
H A Dtif_jpeg.c757 tif->tif_decoderow = JPEGDecodeRaw;
763 tif->tif_decoderow = JPEGDecode;
1647 tif->tif_decoderow = JPEGDecode;
H A Dtif_read.c105 e = (*tif->tif_decoderow)
H A Dtif_ojpeg.c1752 tif->tif_decoderow = tif->tif_decodestrip = tif->tif_decodetile =
1756 tif->tif_decoderow = tif->tif_decodestrip = tif->tif_decodetile =
1798 tif->tif_decoderow = tif->tif_decodestrip = tif->tif_decodetile =
H A Dtif_pixarlog.c1290 tif->tif_decoderow = PixarLogDecode;

Completed in 123 milliseconds