HomeSort by relevance Sort by last modified time
    Searched refs:tif_decoderow (Results 1 - 25 of 32) sorted by null

1 2

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 35 tif->tif_decoderow = JPEGDecode;
tif_dumpmode.c 128 tif->tif_decoderow = DumpModeDecode;
tif_next.c 146 tif->tif_decoderow = NeXTDecode;
tif_thunder.c 194 tif->tif_decoderow = ThunderDecodeRow;
tif_predict.c 122 if( tif->tif_decoderow != PredictorDecodeRow )
124 sp->decoderow = tif->tif_decoderow;
125 tif->tif_decoderow = PredictorDecodeRow;
156 if( tif->tif_decoderow != PredictorDecodeRow )
158 sp->decoderow = tif->tif_decoderow;
159 tif->tif_decoderow = PredictorDecodeRow;
tif_compress.c 142 tif->tif_decoderow = _TIFFNoRowDecode;
tif_packbits.c 275 tif->tif_decoderow = PackBitsDecode;
tif_fax3.c 537 tif->tif_decoderow = Fax3Decode2D;
    [all...]
tif_luv.c 383 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
399 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
    [all...]
tif_lzma.c 473 tif->tif_decoderow = LZMADecode;
tif_zip.c 440 tif->tif_decoderow = ZIPDecode;
tiffiop.h 159 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member in struct:tiff
tif_lzw.c 288 tif->tif_decoderow = LZWDecodeCompat;
    [all...]
tif_jpeg.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 128 tif->tif_decoderow = DumpModeDecode;
tif_next.c 167 tif->tif_decoderow = NeXTDecode;
tif_thunder.c 194 tif->tif_decoderow = ThunderDecodeRow;
tif_predict.c 124 if( tif->tif_decoderow != PredictorDecodeRow )
126 sp->decoderow = tif->tif_decoderow;
127 tif->tif_decoderow = PredictorDecodeRow;
158 if( tif->tif_decoderow != PredictorDecodeRow )
160 sp->decoderow = tif->tif_decoderow;
161 tif->tif_decoderow = PredictorDecodeRow;
tif_compress.c 142 tif->tif_decoderow = _TIFFNoRowDecode;
tif_packbits.c 281 tif->tif_decoderow = PackBitsDecode;
tif_fax3.c 538 tif->tif_decoderow = Fax3Decode2D;
    [all...]
tif_luv.c 386 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
405 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s))
    [all...]
tif_zip.c 443 tif->tif_decoderow = ZIPDecode;
tiffiop.h 164 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member in struct:tiff
tif_lzw.c 290 tif->tif_decoderow = LZWDecodeCompat;
1128 tif->tif_decoderow = LZWDecode;

Completed in 416 milliseconds

1 2